Open YakDriver opened 4 years ago
@YakDriver all of the images you listed should be available in GovCloud! I don't see it listed in the docs, but the SageMaker Python SDK has a utility for getting image URIs:
>>> from sagemaker.image_uris import retrieve
>>> retrieve('tensorflow', 'us-gov-west-1', image_scope='inference', version='2.3', instance_type='ml.m4.xlarge')
'442386744353.dkr.ecr.us-gov-west-1.amazonaws.com/tensorflow-inference:2.3-cpu'
Describe the feature you'd like Is this container available on GovCloud? If so, where? If not, can it be made available?
How would this feature be used? Please describe. Same as other regions but within GovCloud partition.
Describe alternatives you've considered None
Additional context Many prebuilt containers are available on GovCloud and this one should be too.
Available on GovCloud 😀
NOT Available on GovCloud 😢