File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN mkdir -p /opt/docker \
7878
7979ENV 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
8484RUN 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
9191RUN 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
You can’t perform that action at this time.
0 commit comments