Skip to content

Commit b7d7c9a

Browse files
saravsakSKnadiaya
authored
Update awscli (#58)
Co-authored-by: SK <[email protected]> Co-authored-by: Nadia Yakimakha <[email protected]>
1 parent 932fbbd commit b7d7c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 \
54+
awscli==1.18.22 \
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 \
68+
awscli==1.18.22 \
6969
opencv==4.0.1 \
7070
&& conda install -y \
7171
scikit-learn==0.21.2 \

0 commit comments

Comments
 (0)