Skip to content

Instantly share code, notes, and snippets.

@dipanjanS
Last active September 20, 2019 09:47
Show Gist options
  • Save dipanjanS/13ac2ad743e72e519dcf6d71a1918377 to your computer and use it in GitHub Desktop.
Save dipanjanS/13ac2ad743e72e519dcf6d71a1918377 to your computer and use it in GitHub Desktop.
%%bash --bg
nohup /usr/bin/tensorflow_model_server \
--rest_api_port=8501 \
--model_config_file="/home/jupyter/tensorflow_serving/models.conf" >server.log 2>&1
# checking the logs
!tail server.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment