Skip to content

Commit fc354c0

Browse files
authored
Update Dockerfile.1.7-py38-cuda11.1
1 parent 84d747f commit fc354c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python-pytorch/Dockerfile.1.7-py38-cuda11.1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ENV TORCHVISION_VERSION=0.8.2
55
ENV TORCHAUDIO_VERSION=0.7.2
66
ENV TORCHTEXT_VERSION=0.8.1
77
ENV TENSORBOARDX_VERSION=2.1
8-
ENV MXNET_VERSION=1.6.0
98

109
RUN python3 -m pip uninstall -y torch && \
1110
python3 -m pip install --no-cache-dir \
@@ -33,8 +32,8 @@ RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
3332
ldconfig
3433

3534
RUN python3 -m pip install --no-cache-dir \
36-
mpi4py==3.0.3 \
37-
mlflow==1.12.1 \
35+
mpi4py==3.0.3 \
36+
mlflow==1.12.1 \
3837
nni==1.9 \
3938
scikit-nni==0.2.1
4039

0 commit comments

Comments
 (0)