1.9.1-ol-7-r13 release
This commit is contained in:
parent
6f5267fac3
commit
c60e97c36b
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r76
|
||||
FROM bitnami/oraclelinux-extras:7-r77
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack tensorflow-serving-1.9.1-0 --checksum ca7d8af3de563c2a09b
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="tensorflow-serving" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.1-ol-7-r12" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.1-ol-7-r13" \
|
||||
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" \
|
||||
|
|
@ -15,5 +15,5 @@ ENV BITNAMI_APP_NAME="tensorflow-serving" \
|
|||
|
||||
EXPOSE 8500
|
||||
|
||||
ENTRYPOINT ["/app-entrypoint.sh"]
|
||||
CMD ["/run.sh"]
|
||||
ENTRYPOINT [ "/app-entrypoint.sh" ]
|
||||
CMD [ "/run.sh" ]
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@ $ 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.9.1-ol-7-r12` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.1-ol-7-r12/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.9.1-debian-9-r10`, `1`, `1.9.1`, `1.9.1-r10`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.1-debian-9-r10/1/Dockerfile)
|
||||
* [`1-ol-7`, `1.9.1-ol-7-r13` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.1-ol-7-r13/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.9.1-debian-9-r11`, `1`, `1.9.1`, `1.9.1-r11`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.1-debian-9-r11/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