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 c633636 commit 75b338bCopy full SHA for 75b338b
template/v3/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