1.7.0-r5 release

Update image to version 1.7.0-r5
This commit is contained in:
Bitnami Bot 2018-04-30 05:50:34 +00:00
parent a90474c4e5
commit b4668ee5ab
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r34
FROM bitnami/minideb-extras:jessie-r35
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack tensorflow-serving-1.7.0-0 --checksum e510492991b2d4aa1f2
COPY rootfs /
ENV BITNAMI_APP_NAME="tensorflow-serving" \
BITNAMI_IMAGE_VERSION="1.7.0-r4" \
BITNAMI_IMAGE_VERSION="1.7.0-r5" \
PATH="/opt/bitnami/tensorflow-serving/bin:/opt/bitnami/tensorflow-serving/bazel-bin/tensorflow_serving/model_servers:$PATH" \
TENSORFLOW_SERVING_MODEL_NAME="inception" \
TENSORFLOW_SERVING_PORT_NUMBER="9000"