Skip to content

Commit

Permalink
correct Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruinong Tian committed Dec 26, 2024
1 parent a1b550f commit 87d280f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_artifacts/v1/v1.11/v1.11.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RUN sudo ln -s $(which python3) /usr/bin/python \
done \
# Copy the settings
&& cp /etc/code-editor/code_editor_machine_settings.json /opt/amazon/sagemaker/sagemaker-code-editor-server-data/data/Machine/settings.json \
&& cp /etc/code-editor/code_editor_user_settings.json /opt/amazon/sagemaker/sagemaker-code-editor-server-data/data/User/settings.json && \
&& cp /etc/code-editor/code_editor_user_settings.json /opt/amazon/sagemaker/sagemaker-code-editor-server-data/data/User/settings.json \
# Install glue kernels, and move to shared directory
# Also patching base kernel so Studio background code doesn't start session silently
&& install-glue-kernels && \
Expand Down

0 comments on commit 87d280f

Please sign in to comment.