From b545aff044f594b09f7f34b5b8781054dc048c2e Mon Sep 17 00:00:00 2001 From: Beltran Rueda Date: Mon, 3 Sep 2018 13:36:31 +0000 Subject: [PATCH 1/2] Fix test image --- bitnami/tensorflow-inception/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/tensorflow-inception/templates/NOTES.txt b/bitnami/tensorflow-inception/templates/NOTES.txt index f662dfcbd..cc2a1870f 100755 --- a/bitnami/tensorflow-inception/templates/NOTES.txt +++ b/bitnami/tensorflow-inception/templates/NOTES.txt @@ -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" From b1c81d46a12e01892844e45aaf8ec3c6c0a6a21b Mon Sep 17 00:00:00 2001 From: Beltran Rueda Date: Mon, 3 Sep 2018 13:40:28 +0000 Subject: [PATCH 2/2] pull the version --- bitnami/tensorflow-inception/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/tensorflow-inception/Chart.yaml b/bitnami/tensorflow-inception/Chart.yaml index d7501e816..c599d0979 100755 --- a/bitnami/tensorflow-inception/Chart.yaml +++ b/bitnami/tensorflow-inception/Chart.yaml @@ -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: