Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8b1cf8

Browse files
committed
Update torch version in Dockerfile
1 parent 8be81ad commit d8b1cf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ RUN python3.7 -m pip install sympy
4141
RUN python3.7 -m pip install matplotlib
4242

4343
# pytorch
44-
RUN python3.7 -m pip install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
45-
RUN python3.7 -m pip install torchvision>=0.5.0
44+
RUN python3.7 -m pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
4645

4746
# tensorflow
4847
RUN python3.7 -m pip install tensorflow

0 commit comments

Comments
 (0)