File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,9 @@ RUN python3 -m pip uninstall -y torch tensorboardx && \
12
12
python3 -m pip install --no-cache-dir tensorboardX==${TENSORBOARDX_VERSION} && \
13
13
python3 -m pip install --no-cache-dir \
14
14
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 \
16
15
python3 -m pip install --no-cache-dir \
17
16
torchvision \
18
17
torchaudio \
19
- # http://download.pytorch.org/whl/cu111/torchaudio-${TORCHAUDIO_VERSION}%2Bcu111-cp38-cp38-linux_x86_64.whl \
20
18
torchtext \
21
19
torchserve \
22
20
torchcsprng \
@@ -48,9 +46,9 @@ RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
48
46
ldconfig
49
47
50
48
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 \
54
52
tensorboard-plugin-wit \
55
53
scikit-nni==0.2.1
56
54
You can’t perform that action at this time.
0 commit comments