Skip to content

Commit 76cf343

Browse files
committed
Update SageMaker Shim to v0.6.1
1 parent 3993ac2 commit 76cf343

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

dockerfiles/web-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN mkdir -p /opt/docker \
7878

7979
ENV PYTHONUNBUFFERED=1\
8080
AWS_XRAY_SDK_ENABLED=false\
81-
COMPONENTS_SAGEMAKER_SHIM_VERSION=0.6.0\
81+
COMPONENTS_SAGEMAKER_SHIM_VERSION=0.6.1\
8282
PATH="/opt/grand-challenge/.venv/bin:/home/django/.local/bin:${PATH}"
8383

8484
RUN mkdir -p /opt/grand-challenge /app /static /opt/sagemaker-shim /opt/virtualenvs \
@@ -90,7 +90,7 @@ USER django:django
9090
# Fetch and install sagemaker shim for shimming containers
9191
RUN mkdir -p /opt/sagemaker-shim \
9292
&& wget "https://github.com/DIAGNijmegen/rse-sagemaker-shim/releases/download/v${COMPONENTS_SAGEMAKER_SHIM_VERSION}/sagemaker-shim-${COMPONENTS_SAGEMAKER_SHIM_VERSION}-Linux-x86_64.tar.gz" -P /opt/sagemaker-shim/ \
93-
&& echo "a3c33f65ee72e039dd90c9d7a3460de33abdd020f530164b8666975a1ae5e192 /opt/sagemaker-shim/sagemaker-shim-${COMPONENTS_SAGEMAKER_SHIM_VERSION}-Linux-x86_64.tar.gz" | shasum -c - || exit 1 \
93+
&& echo "dcb1dfc476e392963dc3d03e1f5c3dd12375ea8c642ad2c92d51b40fab72c911 /opt/sagemaker-shim/sagemaker-shim-${COMPONENTS_SAGEMAKER_SHIM_VERSION}-Linux-x86_64.tar.gz" | shasum -c - || exit 1 \
9494
&& tar -C /opt/sagemaker-shim/ -xzvf "/opt/sagemaker-shim/sagemaker-shim-${COMPONENTS_SAGEMAKER_SHIM_VERSION}-Linux-x86_64.tar.gz" \
9595
&& rm "/opt/sagemaker-shim/sagemaker-shim-${COMPONENTS_SAGEMAKER_SHIM_VERSION}-Linux-x86_64.tar.gz"
9696

uv.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)