Skip to content

Instantly share code, notes, and snippets.

@adekunleba
Created November 5, 2018 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adekunleba/3b1946ba8843ac9a02d58bf77d522ed3 to your computer and use it in GitHub Desktop.
Save adekunleba/3b1946ba8843ac9a02d58bf77d522ed3 to your computer and use it in GitHub Desktop.
Script to pull a docker tensorflow serving and rum
docker run -p 8501:8501 --mount type=bind,source=/path/to/my_model/,target=/models/my_model \
-e MODEL_NAME=my_model -t tensorflow/serving
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment