Skip to content

Commit 81c3fd2

Browse files
saravsakSKnadiaya
authored
awscli update (#59)
Co-authored-by: SK <[email protected]> Co-authored-by: Nadia Yakimakha <[email protected]>
1 parent b7d7c9a commit 81c3fd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 \
56+
awscli==1.18.22 \
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 \
68+
awscli==1.18.22 \
6969
opencv==4.0.1 \
7070
&& conda install -y scikit-learn==0.20.3 \
7171
h5py==2.9.0 \

0 commit comments

Comments
 (0)