1.14.0-debian-9-r110 release

This commit is contained in:
Bitnami Bot 2019-10-31 17:55:57 +00:00
parent 369eb5ac4b
commit a43f02d8a4
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@ RUN bitnami-pkg unpack tensorflow-serving-1.14.0-2 --checksum ea3e94ba4acd8bb606
COPY rootfs /
ENV BITNAMI_APP_NAME="tensorflow-serving" \
BITNAMI_IMAGE_VERSION="1.14.0-debian-9-r109" \
BITNAMI_IMAGE_VERSION="1.14.0-debian-9-r110" \
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" \

View File

@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`1-ol-7`, `1.14.0-ol-7-r114` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.14.0-ol-7-r114/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.14.0-debian-9-r109`, `1`, `1.14.0`, `1.14.0-r109`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.14.0-debian-9-r109/1/debian-9/Dockerfile)
* [`1-debian-9`, `1.14.0-debian-9-r110`, `1`, `1.14.0`, `1.14.0-r110`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.14.0-debian-9-r110/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).
@ -89,6 +89,8 @@ services:
...
```
> NOTE: As this is a non-root container, the mounted files and directories must have the proper permissions for the UID `1001`.
# Connecting to other containers
Using [Docker container networking](https://docs.docker.com/engine/userguide/networking/), a TensorFlow Serving server running inside a container can easily be accessed by your application containers.