-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: add sagemaker-custom-kernel
module
#40
feat: add sagemaker-custom-kernel
module
#40
Conversation
Signed-off-by: Anton Kukushkin <[email protected]>
Signed-off-by: Anton Kukushkin <[email protected]>
Signed-off-by: Anton Kukushkin <[email protected]>
Signed-off-by: Anton Kukushkin <[email protected]>
Signed-off-by: Anton Kukushkin <[email protected]>
Signed-off-by: Anton Kukushkin <[email protected]>
Signed-off-by: Anton Kukushkin <[email protected]>
Tested E2E, including image updates (& enabled ECR image tag mutability). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this being moved from another repo?
Thanks @dgraeber yes it's moved from ADDF/IDF, IDF PR: awslabs/idf-modules#106, ADDF: https://github.com/awslabs/autonomous-driving-data-framework/tree/main/modules/sagemaker/custom-kernel |
Signed-off-by: Anton Kukushkin <[email protected]>
- !Sub "arn:aws:iam::${AWS::AccountId}:role/${ProjectName}-${DeploymentName}-${ModuleName}-image-role" | ||
- !Ref StudioExecutionRoleArn | ||
- Action: | ||
- "ecr:*LayerUpload" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious to know why do you need ECR IAM permissions? I have noticed you are building images using CDK Lib
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, yes, we no longer need it as it's handled by CDK now. Will fix in the next PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Describe your changes
sagemaker-custom-kernel
moduleChecklist before requesting a review
CHANGELOG.MD
with a description of my changesscripts/validate.sh
)seedfarmer apply
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.