dogeplusplus commited on
Commit
3662cf8
·
1 Parent(s): 15c5016

Update README.

Browse files

Former-commit-id: a6918a97cb0e5ed6627d63615b109bb2f70622f2

Files changed (1) hide show
  1. README.md +1 -10
README.md CHANGED
@@ -8,15 +8,6 @@
8
 
9
 
10
  ## Image Demo
11
- - Pull tensorflow serving docker image and start tensorflow model server `make model-server-cpu`
12
- - If you want to use GPU instead and have `nvidia-docker` then call `make model-server`
13
- - In separate terminal call in virtualenv `make app`
14
 
15
 
16
- ## Dependencies
17
- - Tensorflow serving apis
18
- - Python 3.6+
19
- - Docker
20
- - Nvidia-docker
21
- - tensorflow/serving:latest-gpu image
22
- - tensorflow and tensorflow/serving repositories (for golang protobufs)
 
8
 
9
 
10
  ## Image Demo
11
+ - In a terminal call in virtualenv `make app`
 
 
12
 
13