mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-20 18:46:11 +10:00
Merge pull request #769 from bitnami/tensorflow-image-test
Fix test image
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user