2.4.1-debian-10-r68 release
This commit is contained in:
parent
716fb88b8e
commit
9bf90f07dd
|
|
@ -16,7 +16,7 @@ RUN bitnami-pkg install gosu-1.12.0-2 --checksum 4d858ac600c38af8de454c27b7f65c0
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="tensorflow-serving" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r67" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r68" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-10" \
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
|
||||
services:
|
||||
tensorflow-serving:
|
||||
image: 'docker.io/bitnami/tensorflow-serving:2-debian-10'
|
||||
image: docker.io/bitnami/tensorflow-serving:2
|
||||
ports:
|
||||
- '8500:8500'
|
||||
- '8501:8501'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
|
||||
. /opt/bitnami/base/functions
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r67`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.4.1-debian-10-r67/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r68`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.4.1-debian-10-r68/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
|
||||
services:
|
||||
tensorflow-serving:
|
||||
image: 'docker.io/bitnami/tensorflow-serving:2-debian-10'
|
||||
image: docker.io/bitnami/tensorflow-serving:2
|
||||
ports:
|
||||
- '8500:8500'
|
||||
- '8501:8501'
|
||||
|
|
|
|||
Loading…
Reference in New Issue