neural-style / Makefile
dogeplusplus's picture
Adding first time setup.
8f6a226
raw
history blame
414 Bytes
model-server: style
docker run --gpus all -p 8500:8500 --mount type=bind,source=/home/albert/github/neural-style/style,target=/models/style -e MODEL_NAME=style -t tensorflow/serving:latest-gpu
model-server-cpu: style
docker run -p 8500:8500 --mount type=bind,source=/home/albert/github/neural-style/style,target=/models/style -e MODEL_NAME=style -t tensorflow/serving
app:
exec streamlit run streamlit_app.py