1.9.1-debian-9-r2 release

This commit is contained in:
Bitnami Bot 2018-08-09 02:46:30 +00:00
parent a8ba791b11
commit c1c74c88ea
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:stretch-r100
FROM bitnami/minideb-extras:stretch-r101
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack tensorflow-serving-1.9.1-0 --checksum dbb4946ee90b51aa4e2
COPY rootfs /
ENV BITNAMI_APP_NAME="tensorflow-serving" \
BITNAMI_IMAGE_VERSION="1.9.1-debian-9-r1" \
BITNAMI_IMAGE_VERSION="1.9.1-debian-9-r2" \
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="8500" \

View File

@ -37,7 +37,7 @@ $ docker-compose up -d
* [`1-ol-7`, `1.9.1-ol-7-r1` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.1-ol-7-r1/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.9.1-debian-9-r1`, `1`, `1.9.1`, `1.9.1-r1`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.1-debian-9-r1/1/Dockerfile)
* [`1-debian-9`, `1.9.1-debian-9-r2`, `1`, `1.9.1`, `1.9.1-r2`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.1-debian-9-r2/1/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).