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

Building a container with the default naming works, but using a custom name leads to time out when the repository flag is used. The repository will be created, but a...

It would be great if we could manipulate CodeBuild create_project's cache argument so that builds take significantly less time. This is specially painful when developing container, where minor corrections/iterations can...

`sm-docker` zips the whole working directory and in case Python `venv` files are placed inside this dir, it takes ages to compress and upload gigabytes of data. It should be...

I encountered the following error while building the image. Following the error's suggestion, downgrading the protobuf version to 3.20.3 resolves the issue. However, starting from version 4.20, it no longer...

*Description of changes:* This change adds the ability to specify additional environment variables for the CodeBuild job. My use case requires me to activate Docker BuildKit in order to use...

After running sm-docker for 3-4 times in the same hour I get the error: `toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and...

I'm trying to `sm-docker build` a container derived from SageMaker Scikit-Learn framework container in `ap-southeast-1`, something like the following: ```python base_docker_uri = sagemaker.image_uris.retrieve( sagemaker.sklearn.defaults.SKLEARN_NAME, smsess.boto_region_name, version="0.23-1", instance_type="ml.m5.xlarge", ) # 121021644041.dkr.ecr.ap-southeast-1.amazonaws.com/sagemaker-scikit-learn:0.23-1-cpu-py3...

enhancement

Hi, I try to use this in AWS China regions (BJS and ZHY) but failed, I checked error log, found the domain URL is not the right one. It could...

``` /opt/conda/lib/python3.7/site-packages/secretstorage/dhcrypto.py:16: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /opt/conda/lib/python3.7/site-packages/secretstorage/util.py:25: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Collecting sagemaker-studio-image-build Using cached sagemaker_studio_image_build-0.6.0.tar.gz...

Hi, I am using sm-docker to build my custom environment image in aws sagemaker studio. However while solving environment it gets Killed with error code 137. I tried to do...