aws / sagemaker-tensorflow-serving-container

A TensorFlow Serving solution for use in SageMaker. This repo is now deprecated.
Apache License 2.0
174 stars 101 forks source link

GovCloud support? #176

Open YakDriver opened 3 years ago

YakDriver commented 3 years ago

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 😢

laurenyu commented 3 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'