yinwentao commited on
Commit
5631808
·
1 Parent(s): 642a337

updateDKfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu18.04
2
 
3
- RUN add-apt-repository ppa:deadsnakes/ppa && install python3.8 -y
4
  RUN ln -s /usr/bin/pip3 /usr/bin/pip && \
5
  ln -s /usr/bin/python3.8 /usr/bin/python
6
  ENV PATH=/venv/bin:$PATH
 
1
  FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu18.04
2
 
3
+ RUN install python3.8 -y
4
  RUN ln -s /usr/bin/pip3 /usr/bin/pip && \
5
  ln -s /usr/bin/python3.8 /usr/bin/python
6
  ENV PATH=/venv/bin:$PATH