sagemaker-studio-image-build-cli icon indicating copy to clipboard operation
sagemaker-studio-image-build-cli copied to clipboard

CLI for building Docker images in SageMaker Studio using AWS CodeBuild.

Results 22 sagemaker-studio-image-build-cli issues
Sort by recently updated
recently updated
newest added

From my investigations into #2, I saw that sm-docker is zipping and uploading the current folder, not the target folder, when a target is given. E.g: ```sh sm-docker build ./docker...

enhancement

I'm attempting to get [this sample](https://github.com/aws-samples/amazon-sagemaker-analyze-model-predictions) (which builds a container image from notebook in the "Define a SageMaker Model Monitor schedule" section) running in SageMaker Studio, using the new CLI....