https://github.com/jeongukjae/tfs-proxy-test
https://github.com/jeongukjae/tfs-proxy-test
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeongukjae/tfs-proxy-test
- Owner: jeongukjae
- Created: 2022-04-18T05:28:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T08:01:42.000Z (over 3 years ago)
- Last Synced: 2025-08-18T13:03:55.852Z (about 2 months ago)
- Language: Starlark
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
## Run TensorFlow Serving Docker image
```sh
$ docker run \
--rm -it \
-v `pwd`/saved_model_half_plus_two_cpu:/models/model:ro \
-p 8500:8500 \
tensorflow/serving
```