Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docker/1.3.1/py3/Dockerfile.eia
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ RUN curl -L -o ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-lat

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

RUN conda install -y -c conda-forge pyyaml==5.3.1 \
&& pip install sagemaker-containers==2.8.6
&& pip install -U \
sagemaker-containers==2.8.6 \
awscli

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 \
&& tar -xvf /opt/ei_tools_${HEALTH_CHECK_VERSION}.tar.gz -C /opt/ \
Expand Down