We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d747f commit fc354c0Copy full SHA for fc354c0
python-pytorch/Dockerfile.1.7-py38-cuda11.1
@@ -5,7 +5,6 @@ ENV TORCHVISION_VERSION=0.8.2
5
ENV TORCHAUDIO_VERSION=0.7.2
6
ENV TORCHTEXT_VERSION=0.8.1
7
ENV TENSORBOARDX_VERSION=2.1
8
-ENV MXNET_VERSION=1.6.0
9
10
RUN python3 -m pip uninstall -y torch && \
11
python3 -m pip install --no-cache-dir \
@@ -33,8 +32,8 @@ RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
33
32
ldconfig
34
35
RUN python3 -m pip install --no-cache-dir \
36
- mpi4py==3.0.3 \
37
- mlflow==1.12.1 \
+ mpi4py==3.0.3 \
+ mlflow==1.12.1 \
38
nni==1.9 \
39
scikit-nni==0.2.1
40
0 commit comments