aws / sagemaker-tensorflow-serving-container

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

boto3 install is missing in 1.14 image #181

Closed hin7141 closed 4 years ago

hin7141 commented 4 years ago

The 1.14 image build is missing the python package boto3. module not found.

icywang86rui commented 4 years ago

@hin7141 1.14 is really old now. And we don't release official images for 1.14 anymore. TF fixed a lot of security vulnerabilities in 1.15 and forward. Older versions are not recommenced. If you still want to use 1.14, you will have to patch the docker file and build it as a custom image. Hope this helps! I am resolving the issue since it's not actionable on our side. Feel free to reopen if you have any further questions.

hin7141 commented 4 years ago

Thanks for the prompt reply! The only reason I used 1.14 is it is the latest supported version for eia according to the readme. Is it still true tho? @icywang86rui