Skip to content

Commit 2d6a0a8

Browse files
chore: Generate build artifacts for 2.8.4 release
1 parent c58593e commit 2d6a0a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build_artifacts/v2/v2.8/v2.8.4/dirs/usr/local/bin/start-jupyter-server

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ if [ -n "$SAGEMAKER_RECOVERY_MODE" ]; then
1010
else
1111
# Activate conda environment 'base'
1212
micromamba activate base
13-
jupyter labextension disable @amzn/sagemaker-data-explorer-jl-plugin sagemaker-data-explorer:plugin amzn/sagemaker-ui-theme-jlplugin @amzn/sagemaker-ui-doc-manager-jl-plugin @amzn/sagemaker-connection-magics-jlextension
13+
# Uninstall SMUS-specific extensions
14+
micromamba remove -y --no-prune sagemaker-studio-dataengineering-sessions sagemaker-studio-dataengineering-extensions
15+
# Disable SMUS-specific extensions
16+
jupyter labextension disable sagemaker-data-explorer:plugin
1417
fi
1518

1619
# Start Jupyter server in rtc mode for shared spaces

0 commit comments

Comments
 (0)