Skip to content

Commit b620f24

Browse files
committed
update nni, mlflow, horovod
1 parent 654ca39 commit b620f24

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ RUN python3 -m pip uninstall -y torch tensorboardx && \
1212
python3 -m pip install --no-cache-dir tensorboardX==${TENSORBOARDX_VERSION} && \
1313
python3 -m pip install --no-cache-dir \
1414
http://download.pytorch.org/whl/cu111/torch-${PYTORCH_VERSION}%2Bcu111-cp38-cp38-linux_x86_64.whl && \
15-
# http://download.pytorch.org/whl/cu111/torchvision-${TORCHVISION_VERSION}%2Bcu111-cp38-cp38-linux_x86_64.whl \
1615
python3 -m pip install --no-cache-dir \
1716
torchvision \
1817
torchaudio \
19-
# http://download.pytorch.org/whl/cu111/torchaudio-${TORCHAUDIO_VERSION}%2Bcu111-cp38-cp38-linux_x86_64.whl \
2018
torchtext \
2119
torchserve \
2220
torchcsprng \
@@ -48,9 +46,9 @@ RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
4846
ldconfig
4947

5048
RUN python3 -m pip install --no-cache-dir \
51-
mpi4py==3.0.3 \
52-
mlflow==1.18.0 \
53-
nni==2.3 \
49+
mpi4py==3.1.3 \
50+
mlflow==1.23.1 \
51+
nni==2.6.1 \
5452
tensorboard-plugin-wit \
5553
scikit-nni==0.2.1
5654

0 commit comments

Comments
 (0)