File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ RUN curl -L -o ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-lat
6262
6363RUN 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"
9493RUN curl https://aws-dlc-licenses.s3.amazonaws.com/pytorch/license.txt -o /license.txt
9594
9695RUN 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
99100RUN 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/ \
You can’t perform that action at this time.
0 commit comments