Skip to content

Commit

Permalink
bring back cuda 10.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
haobibo authored Jul 19, 2020
1 parent 8ace9d5 commit 1966eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1966eac

Please sign in to comment.