diff --git a/.travis.yml b/.travis.yml index 097bf0b..0e2e183 100644 --- a/.travis.yml +++ b/.travis.yml @@ -144,7 +144,7 @@ jobs: --build-arg "ARG_NODEJS=true" --build-arg "ARG_LATEX_BASE=true" --build-arg "ARG_LATEX_CJK=true" - - docker rmi "${REPOSITORY}:cuda" + - docker rmi "${REPOSITORY}:base-cuda_10.0" - name: "r-mini" @@ -248,7 +248,7 @@ jobs: --build-arg "ARG_PY_NLP=true" --build-arg "ARG_PY_CV=true" --build-arg "ARG_PY_BIOINFO=true" - - docker rmi "${REPOSITORY}:jupyter-full-cuda" + - docker rmi "${REPOSITORY}:jupyter-full-cuda_10.0" - name: "go" stage: qpod