1.12.0-debian-9-r22 release
This commit is contained in:
parent
69084d88f9
commit
93e9ee05e1
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r208
|
||||
FROM bitnami/minideb-extras:stretch-r209
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack tensorflow-serving-1.12.0-3 --checksum 7ac2ca6906c1bddae5
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="tensorflow-serving" \
|
||||
BITNAMI_IMAGE_VERSION="1.12.0-debian-9-r21" \
|
||||
BITNAMI_IMAGE_VERSION="1.12.0-debian-9-r22" \
|
||||
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" \
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`1-ol-7`, `1.12.0-ol-7-r24` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.12.0-ol-7-r24/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.12.0-debian-9-r21`, `1`, `1.12.0`, `1.12.0-r21`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.12.0-debian-9-r21/1/debian-9/Dockerfile)
|
||||
* [`1-debian-9`, `1.12.0-debian-9-r22`, `1`, `1.12.0`, `1.12.0-r22`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.12.0-debian-9-r22/1/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue