Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU docker with authentication #86

Open
KonradAdamczyk opened this issue Dec 17, 2020 · 1 comment
Open

GPU docker with authentication #86

KonradAdamczyk opened this issue Dec 17, 2020 · 1 comment

Comments

@KonradAdamczyk
Copy link

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

@tobegit3hub
Copy link
Owner

The auth settings are in https://github.com/tobegit3hub/simple_tensorflow_serving/blob/master/simple_tensorflow_serving/server.py#L89 .

I'm not sure if it is available in WSGI and any contribution is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants