Skip to content

Commit 1fbf901

Browse files
authored
Update SageMaker Shim (#4365)
1 parent 7aeecf3 commit 1fbf901

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.4.0\
81+
COMPONENTS_SAGEMAKER_SHIM_VERSION=0.5.0\
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 "5a7022a33fa0afed90a8c815af2fedacc80a3fb4b18c3a841fa29f6a45185c90 /opt/sagemaker-shim/sagemaker-shim-${COMPONENTS_SAGEMAKER_SHIM_VERSION}-Linux-x86_64.tar.gz" | shasum -c - || exit 1 \
93+
&& echo "e0fe6715342c706a14feb0be9a4343c9cf66efa83a14131b9bf25a8b189d50c6 /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)