Skip to content

Deploying to endpoints using Tensorflow containers require either framework_version or image_uri  #2630

@Adith13294

Description

@Adith13294

As per this TensorFlowModel Documentation framework_version or image_uri needs to be provided.
https://sagemaker.readthedocs.io/en/stable/frameworks/tensorflow/sagemaker.tensorflow.html#tensorflow-serving-model

But deploying from model artifacts, does not use either of the above parameter
https://sagemaker.readthedocs.io/en/stable/frameworks/tensorflow/deploying_tensorflow_serving.html#deploying-directly-from-model-artifacts

Getting ValueError otherwise:
ValueError: Both framework_version and image_uri were None. Either specify framework_version or specify image_uri.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions