Skip to content
Snippets Groups Projects
Commit 88ea5bfd authored by calrama's avatar calrama
Browse files

fix ci

parent 021fba94
No related branches found
No related tags found
No related merge requests found
Pipeline #30173 failed
...@@ -12,7 +12,7 @@ build ubuntu: ...@@ -12,7 +12,7 @@ build ubuntu:
- echo -n $GPU_DRIVER_VERSION > $CACHE_FILE - echo -n $GPU_DRIVER_VERSION > $CACHE_FILE
- image_name="${CI_REGISTRY}/${CI_PROJECT_PATH,,}" - image_name="${CI_REGISTRY}/${CI_PROJECT_PATH,,}"
- docker build $OPTS --pull -t "${image_name}/ubuntu" -f ubuntu/Dockerfile ubuntu - docker build $OPTS --pull -t "${image_name}/ubuntu" -f ubuntu/Dockerfile ubuntu
- docker build --build-arg TF_VERSION=1.15.2 $OPTS --pull -t "${image_name}/tensorflow:1.15.2" -f tensorflow/Dockerfile tensorflow - docker build --build-arg TF_VERSION=1.15.2 -t "${image_name}/tensorflow:1.15.2" -f tensorflow/Dockerfile tensorflow
deploy ubuntu: deploy ubuntu:
stage: deploy stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment