1.11.0-ol-7-r3 release
This commit is contained in:
parent
94412a386c
commit
c144222502
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r129
|
||||
FROM bitnami/oraclelinux-extras:7-r132
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack tensorflow-serving-1.11.0-0 --checksum 90a99a1a19458a3eba
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="tensorflow-serving" \
|
||||
BITNAMI_IMAGE_VERSION="1.11.0-ol-7-r2" \
|
||||
BITNAMI_IMAGE_VERSION="1.11.0-ol-7-r3" \
|
||||
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" \
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ $ docker-compose up -d
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1-ol-7`, `1.11.0-ol-7-r2` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.11.0-ol-7-r2/1/ol-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.11.0-ol-7-r3` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.11.0-ol-7-r3/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.11.0-debian-9-r3`, `1`, `1.11.0`, `1.11.0-r3`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.11.0-debian-9-r3/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