We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bd7a6 commit c633636Copy full SHA for c633636
template/v2/dirs/etc/sagemaker-ui/sagemaker_ui_post_startup.sh
@@ -269,9 +269,6 @@ if [ -f "$source_file" ]; then
269
echo "Created new MCP configuration with default servers"
270
fi
271
272
- # Set proper ownership and permissions
273
- chown $NB_USER:$NB_GID "$target_file"
274
- chmod 644 "$target_file"
275
echo "Successfully configured MCP for SageMaker"
276
else
277
echo "Warning: MCP configuration file not found at $source_file"
0 commit comments