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 193 forks source link

how to shut down a service? #38

Open yhfwww opened 5 years ago

yhfwww commented 5 years ago

Thank you. It works very well. But I still have a few questions. The first is, how to shut down a service? The second is ,how to enable the second service when the first service is running?

xxllp commented 5 years ago

you can run service in docker ,and run two docker

tobegit3hub commented 5 years ago

@yhfwww you can shutdown the service by killing the process? Use ctrl-c to send the int signal or docker stop the container.