Compare commits

..

3 Commits
v1.7 ... v1.6

Author SHA1 Message Date
mingzailao 6b68a607ae sd 2023-11-19 15:28:06 +08:00
mingzailao 53cdf75b23 no message 2023-11-19 15:15:07 +08:00
mingzailao 9ef92c2b2a no message 2023-11-19 14:22:44 +08:00
1 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,6 @@
FROM mingzailao/cuda:10.1-cudnn7-devel-ubuntu18.04
RUN rm /usr/bin/python3
RUN ln -s /usr/bin/python3.8 /usr/bin/python3
RUN ln -s /usr/bin/python3 /usr/bin/python
@ -8,11 +9,7 @@ RUN pip3 install Cython
RUN pip3 install --upgrade pip
COPY ./torch-whl/torch-1.7.0+cu101-cp38-cp38-linux_x86_64.whl /torch-whl/torch-1.7.0+cu101-cp38-cp38-linux_x86_64.whl
RUN pip3 install ./torch-whl/torch-1.7.0+cu101-cp38-cp38-linux_x86_64.whl
COPY ./torch-whl/torch-1.6.0+cu101-cp38-cp38-linux_x86_64.whl /torch-whl/torch-1.6.0+cu101-cp38-cp38-linux_x86_64.whl
RUN pip3 install ./torch-whl/torch-1.6.0+cu101-cp38-cp38-linux_x86_64.whl