Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: downgrading default notebook platform #26

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Conversation

ravij3
Copy link
Contributor

@ravij3 ravij3 commented Feb 15, 2023

Beginning of 2023 sagemaker stopped supporting the notebooks on al1 platform.

https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-al2.html

Now by default all notebooks created on sagemaker use the notebook-al2-v2 Platform. This broke our current notebook template where we stopped getting the environment variables in the notebook.

This fix downgrades the platform to notebook-al2-v1 platform to fix the problem.

Tested it with a pipeline I created and it worked.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Beginning of 2023 sagemaker stopped supporting the notebooks on al1 platform.
Now by default all notebooks created on sagemaker use the notebook-al2-v2 Platform.
This broke our current notebook template where we stopped getting the environment variables in the notebook.

This fix downgrades the platform to notebook-al2-v1 platform to fix the problem.

Tested it with a pipeline I created and it worked.
@ravij3 ravij3 merged commit 945607d into main Feb 15, 2023
scheurik pushed a commit that referenced this pull request Jun 14, 2024
fix: downgrading default notebook platform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants