1.9.0-debian-9-r0 release
Update tensorflow-serving to 1.9.0
This commit is contained in:
parent
476bc76429
commit
7754cbf34e
|
|
@ -3,11 +3,11 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libc6 libgcc1 libstdc++6
|
||||
RUN bitnami-pkg unpack tensorflow-serving-1.8.0-1 --checksum 4e8d0b0c035f93456ac91aa59d2b37ae54ee584c9e05e9443aa89188f1e2ddf2
|
||||
RUN bitnami-pkg unpack tensorflow-serving-1.9.0-0 --checksum 67fcc2b4c83cf568a50a6dbb5cede0030bebae2308168c9af9430993b9cea154
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="tensorflow-serving" \
|
||||
BITNAMI_IMAGE_VERSION="1.8.0-debian-9-r3" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.0-debian-9-r0" \
|
||||
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" \
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ $ docker-compose up -d
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`1-ol-7`, `1.9.0-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.0-ol-7-r0/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.9.0-debian-9-r0`, `1`, `1.9.0`, `1.9.0-r0`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.0-debian-9-r0/1/Dockerfile)
|
||||
* [`1-debian-8`, `1.9.0-debian-8-r0` (1/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.9.0-debian-8-r0/1/debian-8/Dockerfile)
|
||||
* [`1-debian-9`, `1.8.0-debian-9-r3`, `1`, `1.8.0`, `1.8.0-r3`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.8.0-debian-9-r3/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