Merge pull request #769 from bitnami/tensorflow-image-test

Fix test image
This commit is contained in:
Beltran
2018-09-03 15:43:42 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: tensorflow-inception
version: 0.0.14
version: 0.0.15
appVersion: 1.10.1
description: Open-source software library for serving machine learning models
keywords:
@@ -16,4 +16,4 @@
2. Test the server with a sample image.
docker run --rm -it bitnami/tensorflow-inception inception_client --server=$APP_HOST:$APP_PORT --image=/opt/bitnami/tensorflow-inception/tensorflow/tensorflow/examples/label_image/data/grace_hopper.jpg
docker run --rm -it bitnami/tensorflow-inception bash -c "curl -o grace_hopper.jpg https://raw.githubusercontent.com/tensorflow/tensorflow/master/tensorflow/examples/label_image/data/grace_hopper.jpg && inception_client --server=$APP_HOST:$APP_PORT --image=grace_hopper.jpg"