Open akinolawilson opened 3 years ago
Hey @akinolawilson,
Thanks for the suggestion!
would it possible to have an example use case of this repository?
As of now, this repository hosts the container side code for enabling training within the SageMaker PyTorch container with the SageMaker Python SDK.
For example, all of the PyTorch examples using the Python SDK for training utilize containers generated from this repository: https://github.com/aws/amazon-sagemaker-examples/tree/master/sagemaker-python-sdk
Would I clone this whilst in the Sagemaker studio? Would it be possible to build an image from this repository and then push it up to the ECR service, following that mount it as an image to my Sagemaker Studio?
For using this image in Studio, I would recommend following:
You would need to do the following:
Similar to: https://github.com/aws-samples/sagemaker-studio-custom-image-samples/tree/main/examples/r-image.
You can also extend an existing image, if you don't wish to build the image from this repository.
https://docs.aws.amazon.com/sagemaker/latest/dg/prebuilt-containers-extend.html
Thanks!
@ChoiByungWook thank you so much!
would it possible to have an example use case of this repository?
Would I clone this whilst in the Sagemaker studio? Would it be possible to build an image from this repository and then push it up to the ECR service, following that mount it as an image to my Sagemaker Studio?