1.9.0-ol-7-r11 release
This commit is contained in:
parent
2b3d7a254f
commit
9422f3e946
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r44
|
||||
FROM bitnami/oraclelinux-extras:7-r45
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack tensorflow-serving-1.9.0-0 --checksum c40ca4985227e91348c
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="tensorflow-serving" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.0-ol-7-r10" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.0-ol-7-r11" \
|
||||
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" \
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ $ docker-compose up -d
|
|||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`1-ol-7`, `1.9.0-ol-7-r10` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.0-ol-7-r10/1/ol-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.9.0-ol-7-r11` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.0-ol-7-r11/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.9.0-debian-9-r9`, `1`, `1.9.0`, `1.9.0-r9`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.0-debian-9-r9/1/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