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 b7d7c9a commit 81c3fd2Copy full SHA for 81c3fd2
docker/1.4.0/py2/Dockerfile.cpu
@@ -53,7 +53,7 @@ RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-la
53
54
RUN conda install -c \
55
conda-forge \
56
- awscli \
+ awscli==1.18.22 \
57
opencv==4.0.1 \
58
&& conda install -y \
59
scikit-learn==0.20.3 \
docker/1.4.0/py2/Dockerfile.gpu
@@ -65,7 +65,7 @@ RUN conda install -c \
65
pytorch magma-cuda101==2.5.1 \
66
&& conda install -c \
67
68
69
70
&& conda install -y scikit-learn==0.20.3 \
71
h5py==2.9.0 \
0 commit comments