Skip to content

Commit 1a79f27

Browse files
saravsakSK
andauthored
Fixed awscli (#60)
Co-authored-by: SK <[email protected]>
1 parent 81c3fd2 commit 1a79f27

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/1.4.0/py2/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-la
5353

5454
RUN conda install -c \
5555
conda-forge \
56-
awscli==1.18.22 \
56+
awscli==1.18.23 \
5757
opencv==4.0.1 \
5858
&& conda install -y \
5959
scikit-learn==0.20.3 \

docker/1.4.0/py2/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN conda install -c \
6565
pytorch magma-cuda101==2.5.1 \
6666
&& conda install -c \
6767
conda-forge \
68-
awscli==1.18.22 \
68+
awscli==1.18.23 \
6969
opencv==4.0.1 \
7070
&& conda install -y scikit-learn==0.20.3 \
7171
h5py==2.9.0 \

docker/1.4.0/py3/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-la
5151

5252
RUN conda install -c \
5353
conda-forge \
54-
awscli==1.18.22 \
54+
awscli==1.18.23 \
5555
opencv==4.0.1 \
5656
&& conda install -y \
5757
scikit-learn==0.21.2 \

docker/1.4.0/py3/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN conda install -c \
6565
pytorch magma-cuda101==2.5.1 \
6666
&& conda install -c \
6767
conda-forge \
68-
awscli==1.18.22 \
68+
awscli==1.18.23 \
6969
opencv==4.0.1 \
7070
&& conda install -y \
7171
scikit-learn==0.21.2 \

0 commit comments

Comments
 (0)