Commit a65f6b9 1 parent 26b3e73 commit a65f6b9 Copy full SHA for a65f6b9
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM nvidia/cuda:10.0-devel-ubuntu18.04
1
+ FROM nvidia/cuda:11.7.0-devel-ubuntu18.04
2
+
3
+ ENV DEBIAN_FRONTEND noninteractive
2
4
3
5
# #############################################################################
4
6
# Temporary Installation Directory
@@ -157,8 +159,8 @@ RUN cat /etc/ssh/sshd_config > ${STAGE_DIR}/sshd_config && \
157
159
# #############################################################################
158
160
# PyTorch
159
161
# #############################################################################
160
- ENV PYTORCH_VERSION=1.2 .0
161
- ENV TORCHVISION_VERSION=0.4 .0
162
+ ENV PYTORCH_VERSION=1.9 .0
163
+ ENV TORCHVISION_VERSION=0.10 .0
162
164
ENV TENSORBOARDX_VERSION=1.8
163
165
RUN pip install torch==${PYTORCH_VERSION}
164
166
RUN pip install torchvision==${TORCHVISION_VERSION}
You can’t perform that action at this time.
0 commit comments