1.7.0-r11 release

Update image to version 1.7.0-r11
This commit is contained in:
Bitnami Bot
2018-05-06 05:53:25 +00:00
parent 8c05f93001
commit 19f9ab6844

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r38
FROM bitnami/minideb-extras:jessie-r39
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-r10" \
BITNAMI_IMAGE_VERSION="1.7.0-r11" \
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"