File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,10 @@ RUN if [[ -z $ARG_BASED_ENV_IN_FILENAME ]] ; \
92
92
fi && \
93
93
# Enforce dependencies are all installed from conda-forge
94
94
micromamba install -y --name base --file /tmp/$ENV_IN_FILENAME && \
95
+ JUPYTERLAB_VERSION=$(grep "^conda-forge::jupyterlab" /tmp/$ENV_IN_FILENAME) && \
96
+ SAGEMAKER_EXTENSION_VERSION=$(grep "^conda-forge::sagemaker-jupyterlab-extension" /tmp/$ENV_IN_FILENAME) && \
97
+ echo "Installing in recovery-mode micromamba environment: $JUPYTERLAB_SPEC $SAGEMAKER_EXTENSION_SPEC" && \
98
+ micromamba install -n recovery-mode -y $JUPYTERLAB_VERSION $SAGEMAKER_EXTENSION_VERSION && \
95
99
micromamba clean --all --yes --force-pkgs-dirs && \
96
100
rm -rf /tmp/*.in && \
97
101
sudo ln -s $(which python3) /usr/bin/python && \
You can’t perform that action at this time.
0 commit comments