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: 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"