Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pytorchjob
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engin Eren
Pytorchjob
Commits
d218619a
There was an error fetching the commit references. Please try again later.
Commit
d218619a
authored
2 years ago
by
Engin Eren
Browse files
Options
Downloads
Patches
Plain Diff
fixing...
parent
f7247c82
No related branches found
No related tags found
1 merge request
!4
3crit peter
Pipeline
#4286238
passed with stages
in 5 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
d218619a
...
...
@@ -21,4 +21,4 @@ check_python_run:
image
:
pytorch/pytorch:1.9.0-cuda10.2-cudnn7-runtime
script
:
-
pip install pyflakes
-
pyflakes $CI_PROJECT_DIR/wgan_ECAL_HCAL_
2
crit.py
-
pyflakes $CI_PROJECT_DIR/wgan_ECAL_HCAL_
3
crit.py
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
d218619a
...
...
@@ -26,7 +26,7 @@ WORKDIR ${HOME}
ADD
wgan.py ${HOME}/wgan.py
ADD
wganHCAL.py ${HOME}/wganHCAL.py
ADD
wgan_ECAL_HCAL_
2
crit.py ${HOME}/wgan_ECAL_HCAL_
2
crit.py
ADD
wgan_ECAL_HCAL_
3
crit.py ${HOME}/wgan_ECAL_HCAL_
3
crit.py
COPY
./models/* ${HOME}/models/
COPY
docker/krb5.conf /etc/krb5.conf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment