2.0.0-debian-9-r50 release

This commit is contained in:
Bitnami Bot
2020-01-11 12:51:45 +00:00
parent ad2df431a2
commit c39b887e4f
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,8 @@ FROM bitnami/minideb-extras:stretch-r494
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
HOME="/"
HOME="/" \
PATH="/opt/bitnami/tensorflow-serving/bin:/opt/bitnami/tensorflow-serving/bazel-bin/tensorflow_serving/model_servers:$PATH"
# Install required system packages and dependencies
RUN install_packages libc6 libgcc1 libstdc++6
@@ -11,9 +12,8 @@ RUN echo "deb http://http.us.debian.org/debian testing main non-free contrib" >>
COPY rootfs /
ENV BITNAMI_APP_NAME="tensorflow-serving" \
BITNAMI_IMAGE_VERSION="2.0.0-debian-9-r49" \
BITNAMI_IMAGE_VERSION="2.0.0-debian-9-r50" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/tensorflow-serving/bin:/opt/bitnami/tensorflow-serving/bazel-bin/tensorflow_serving/model_servers:$PATH" \
TENSORFLOW_SERVING_ENABLE_MONITORING="no" \
TENSORFLOW_SERVING_MODEL_NAME="resnet" \
TENSORFLOW_SERVING_MONITORING_PATH="/monitoring/prometheus/metrics" \

View File

@@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`2-ol-7`, `2.0.0-ol-7-r66` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.0.0-ol-7-r66/2/ol-7/Dockerfile)
* [`2-debian-9`, `2.0.0-debian-9-r49`, `2`, `2.0.0`, `2.0.0-r49`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.0.0-debian-9-r49/2/debian-9/Dockerfile)
* [`2-debian-9`, `2.0.0-debian-9-r50`, `2`, `2.0.0`, `2.0.0-r50`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.0.0-debian-9-r50/2/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).