File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
build_artifacts/v2/v2.7/v2.7.2 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ RUN if [[ -z $ARG_BASED_ENV_IN_FILENAME ]] ; \
103
103
SAGEMAKER_JUPYTERLAB_VERSION="sagemaker-jupyterlab-extension==0.4.2" && \
104
104
echo "Installing in sagemaker-recovery-mode micromamba environment: $JUPYTERLAB_VERSION $SAGEMAKER_JUPYTERLAB_VERSION" && \
105
105
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 && \
107
107
micromamba clean --all --yes --force-pkgs-dirs && \
108
108
rm -rf /tmp/*.in && \
109
109
sudo ln -s $(which python3) /usr/bin/python && \
You can’t perform that action at this time.
0 commit comments