Skip to content

Commit 0663428

Browse files
Update Dockerfile to unblock build
1 parent 38c76f7 commit 0663428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_artifacts/v2/v2.7/v2.7.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN if [[ -z $ARG_BASED_ENV_IN_FILENAME ]] ; \
103103
SAGEMAKER_JUPYTERLAB_VERSION="sagemaker-jupyterlab-extension==0.4.2" && \
104104
echo "Installing in sagemaker-recovery-mode micromamba environment: $JUPYTERLAB_VERSION $SAGEMAKER_JUPYTERLAB_VERSION" && \
105105
micromamba create -n sagemaker-recovery-mode && \
106-
micromamba install -n sagemaker-recovery-mode -y $JUPYTERLAB_VERSION $SAGEMAKER_JUPYTERLAB_VERSION $SUPERVISOR_VERSION && \
106+
micromamba install -c conda-forge --prefix /opt/conda/envs/sagemaker-recovery-mode -y $JUPYTERLAB_VERSION $SAGEMAKER_JUPYTERLAB_VERSION $SUPERVISOR_VERSION && \
107107
micromamba clean --all --yes --force-pkgs-dirs && \
108108
rm -rf /tmp/*.in && \
109109
sudo ln -s $(which python3) /usr/bin/python && \

0 commit comments

Comments
 (0)