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.6.0 \
81+ COMPONENTS_SAGEMAKER_SHIM_VERSION=0.6.1 \
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 "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
You can’t perform that action at this time.
0 commit comments