Skip to content

Commit

Permalink
Fix apt repo issue for docker (#3823)
Browse files Browse the repository at this point in the history
* fix docker repo issue

* docker

* docker

* docker

* no cudnn

* no cudnn

* try 16.04

Co-authored-by: Jirka Borovec <[email protected]>
  • Loading branch information
Jeff Yang and Borda authored Oct 6, 2020
1 parent cb2a326 commit 90929fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dockers/base-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
ARG CUDNN_VERSION=7
ARG CUDA_VERSION=10.1

FROM nvidia/cuda:${CUDA_VERSION}-cudnn${CUDNN_VERSION}-devel
# FROM nvidia/cuda:${CUDA_VERSION}-devel
# FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu20.04
# FROM nvidia/cuda:${CUDA_VERSION}-cudnn${CUDNN_VERSION}-devel-ubuntu18.04
FROM nvidia/cuda:${CUDA_VERSION}-cudnn${CUDNN_VERSION}-devel-ubuntu16.04
# FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu18.04
# FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu16.04

ARG PYTHON_VERSION=3.7
ARG PYTORCH_VERSION=1.6
Expand Down

0 comments on commit 90929fa

Please sign in to comment.