Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Lips
docker-resources
Commits
32047759
Commit
32047759
authored
Oct 20, 2021
by
Thomas Lips
Browse files
Update .gitlab-ci.yml
parent
65495389
Pipeline
#44728
failed with stage
in 4 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
32047759
...
...
@@ -20,8 +20,8 @@ before_script:
build_pytorch
:
stage
:
build-pytorch
script
:
-
docker pull $CONTAINER_
JU
PYT
ER
_IMAGE ||
true
-
docker build -f Dockerfile --pull --cache-from $CONTAINER_
JU
PYT
ER
_IMAGE --tag $CONTAINER_PYTORCH_IMAGE .
-
docker pull $CONTAINER_PYT
ORCH
_IMAGE ||
true
-
docker build -f Dockerfile --pull --cache-from $CONTAINER_PYT
ORCH
_IMAGE --tag $CONTAINER_PYTORCH_IMAGE .
-
docker push $CONTAINER_PYTORCH_IMAGE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment