File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
build_artifacts/v2/v2.8/v2.8.1 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ RUN if [[ -z $ARG_BASED_ENV_IN_FILENAME ]] ; \
98
98
micromamba install -y --name base --file /tmp/$ENV_IN_FILENAME --file /tmp/$PINNED_ENV_IN_FILENAME && \
99
99
mkdir -p $SAGEMAKER_RECOVERY_MODE_HOME && \
100
100
chown $MAMBA_USER:$MAMBA_USER $SAGEMAKER_RECOVERY_MODE_HOME && \
101
- SUPERVISOR_VERSION=$(grep "^conda-forge:: supervisor\[ " /tmp/$ENV_IN_FILENAME) && \
102
- JUPYTERLAB_VERSION=$(grep "^conda-forge:: jupyterlab\[ " /tmp/$ENV_IN_FILENAME) && \
103
- SAGEMAKER_JUPYTERLAB_VERSION=$(grep "^conda-forge:: sagemaker-jupyterlab-extension" /tmp/$ENV_IN_FILENAME) && \
101
+ SUPERVISOR_VERSION=" supervisor==4.2.5" && \
102
+ JUPYTERLAB_VERSION=" jupyterlab==4.4.3" && \
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
106
micromamba install -n sagemaker-recovery-mode -y $JUPYTERLAB_VERSION $SAGEMAKER_JUPYTERLAB_VERSION $SUPERVISOR_VERSION && \
You can’t perform that action at this time.
0 commit comments