Hi,
How to run TFserving GPU image with http basic auth enabled?
https://github.com/tobegit3hub/simple_tensorflow_serving/blob/master/Dockerfile.latest-gpu
uses simple_tensorflow_serving:
CMD ["simple_tensorflow_serving", "--port=8500", "--model_config_file=./examples/model_config_file.json"]
which don't have any auth related settings:
https://github.com/tobegit3hub/simple_tensorflow_serving/blob/master/simple_tensorflow_serving/command.py
Hi,
How to run TFserving GPU image with http basic auth enabled?
https://github.com/tobegit3hub/simple_tensorflow_serving/blob/master/Dockerfile.latest-gpu
uses simple_tensorflow_serving:
CMD ["simple_tensorflow_serving", "--port=8500", "--model_config_file=./examples/model_config_file.json"]which don't have any auth related settings:
https://github.com/tobegit3hub/simple_tensorflow_serving/blob/master/simple_tensorflow_serving/command.py