mirror of
https://github.com/bitnami/containers.git
synced 2026-04-06 17:27:45 +08:00
1.13.0-debian-9-r13 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras:stretch-r318
|
||||
FROM bitnami/minideb-extras:stretch-r319
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
@@ -10,7 +10,7 @@ RUN bitnami-pkg unpack tensorflow-serving-1.13.0-0 --checksum 4ceb7d64b39c2b3898
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="tensorflow-serving" \
|
||||
BITNAMI_IMAGE_VERSION="1.13.0-debian-9-r12" \
|
||||
BITNAMI_IMAGE_VERSION="1.13.0-debian-9-r13" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/tensorflow-serving/bin:/opt/bitnami/tensorflow-serving/bazel-bin/tensorflow_serving/model_servers:$PATH" \
|
||||
TENSORFLOW_SERVING_MODEL_NAME="inception" \
|
||||
|
||||
@@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
* [`1-rhel-7`, `1.13.0-rhel-7-r16` (1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.13.0-rhel-7-r16/1/rhel-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.13.0-ol-7-r16` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.13.0-ol-7-r16/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.13.0-debian-9-r12`, `1`, `1.13.0`, `1.13.0-r12`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.13.0-debian-9-r12/1/debian-9/Dockerfile)
|
||||
* [`1-debian-9`, `1.13.0-debian-9-r13`, `1`, `1.13.0`, `1.13.0-r13`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.13.0-debian-9-r13/1/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).
|
||||
|
||||
|
||||
@@ -2,9 +2,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
tensorflow-serving:
|
||||
image: 'bitnami/tensorflow-serving:latest'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
image: 'bitnami/tensorflow-serving:0'
|
||||
ports:
|
||||
- '9000:9000'
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user