I’m trying to find a way to use Tensorflow serving with the ability to add new models and new versions of models. Can I point tensorflow serving to an S3 bucket?
Also I need it to run as a container? Is this possible or do I need to implement another program to pull down the model and add it to a shared volume and ask tensorflow to update models in the file system?
Or do I need to build my own docker image to be able to pull the content from s3?
ReloadConfigRequestGRPC endpoint. An external app pulls the model from S3 and adds to the volume then calls the endpoint. It seemed a little heavy handed but it works. I would prefer to do something not so heavy handed. - Joel Holmes