Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws/cloudformation/metaflow-cfn-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ Resources:
echo 'export AWS_DEFAULT_REGION=${AWS::Region}' >> /etc/profile.d/jupyter-env.sh
echo 'export METAFLOW_DEFAULT_DATASTORE=s3' >> /etc/profile.d/jupyter-env.sh
echo 'export METAFLOW_DEFAULT_METADATA=service' >> /etc/profile.d/jupyter-env.sh
initctl restart jupyter-server --no-wait
systemctl restart jupyter-server
OnStart:
- Content:
Fn::Base64:
Expand Down