Skip to content

Commit d12a4a5

Browse files
committed
update README
updated to use docker hub image
1 parent 4e03dea commit d12a4a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Tensorflow serving Node.js client
33

44
## Description
5-
Simple nodejs client to send images to a Tensorflow serving server
5+
Simple Node.js client to send images to a TensorFlow Serving server
66

77
### Docker Build
88

@@ -15,13 +15,13 @@ docker build -t tensorflow-serving-docker-client .
1515
Example for using a local image called turtle.jpg that is in your current path
1616

1717
```bash
18-
docker run -ti -v $(pwd):/image tensorflow-serving-docker-client --host=<tensorflow servering host> --port=9000 --image=/image/turtle.jpg
18+
docker run -ti -v $(pwd):/image thefoo/tensorflow-serving-docker-client --host=<tensorflow servering host> --port=9000 --image=/image/turtle.jpg
1919
```
2020

2121
Example for downloading a remote image from a url and deleting it afterward
2222

2323
```bash
24-
docker run -ti tensorflow-serving-docker-client --host=<tensorflow servering host> --image=https://upload.wikimedia.org/wikipedia/commons/7/74/A-Cat.jpg -d
24+
docker run -ti thefoo/tensorflow-serving-docker-client --host=<tensorflow servering host> --image=https://upload.wikimedia.org/wikipedia/commons/7/74/A-Cat.jpg -d
2525
```
2626

2727
### Run from source

0 commit comments

Comments
 (0)