tobegit3hub / simple_tensorflow_serving

Generic and easy-to-use serving service for machine learning models
https://stfs.readthedocs.io
Apache License 2.0
757 stars 195 forks source link

Problem with Docker? #84

Open navigabiz opened 3 years ago

navigabiz commented 3 years ago

I was trying to use your Docker, however there seems to be a problem.

For example, when trying to run the docker with the following command, it fails with an error 132. docker run -d -p 8500:8500 tobegit3hub/simple_tensorflow_serving

P.S. Running the Docker on Windows 10 environment.

tobegit3hub commented 3 years ago

I have test with docker run -d -p 8500:8500 tobegit3hub/simple_tensorflow_serving in MacOS and it works like a charm.

What's your error in Window 10? @navigabiz