Skip to content

Commit 0afa9d3

Browse files
authored
change: Install awscli in 1.3.1 eia from pypi instead of conda (#69)
1 parent 63dfd49 commit 0afa9d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/1.3.1/py3/Dockerfile.eia

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ RUN curl -L -o ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-lat
6262

6363
RUN conda install -c \
6464
conda-forge \
65-
awscli \
6665
opencv==4.0.1 \
6766
&& conda install -y \
6867
scikit-learn==0.21.2 \
@@ -94,7 +93,9 @@ RUN pip install --no-cache-dir "sagemaker-pytorch-inference<2"
9493
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/pytorch/license.txt -o /license.txt
9594

9695
RUN conda install -y -c conda-forge pyyaml==5.3.1 \
97-
&& pip install sagemaker-containers==2.8.6
96+
&& pip install -U \
97+
sagemaker-containers==2.8.6 \
98+
awscli
9899

99100
RUN wget https://amazonei-tools.s3.amazonaws.com/v${HEALTH_CHECK_VERSION}/ei_tools_${HEALTH_CHECK_VERSION}.tar.gz -O /opt/ei_tools_${HEALTH_CHECK_VERSION}.tar.gz \
100101
&& tar -xvf /opt/ei_tools_${HEALTH_CHECK_VERSION}.tar.gz -C /opt/ \

0 commit comments

Comments
 (0)