Skip to content

MachineLearningIsEasy/tensorflow_serving_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Сборка основного контейнера
docker-compose up --build

#Start tensorflow serving
docker run -p 8501:8501 --name tfserving_document --mount type=bind,source=/root/models/document,target=/models/document -e MODEL_NAME=document -t tensorflow/serving &

#Параметры модели на tensorflow serving
saved_model_cli show --dir /root/models/document --all

About

Docker containers: flask+ngnix / tensorflow serving

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors