2.5.1-debian-10-r18 release

This commit is contained in:
Bitnami Bot
2021-06-12 10:26:01 +00:00
parent 51e96c252c
commit 85d05880da
4 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/tensorflow-serving/postunpack.sh
ENV BITNAMI_APP_NAME="tensorflow-serving" \
BITNAMI_IMAGE_VERSION="2.5.1-debian-10-r16" \
BITNAMI_IMAGE_VERSION="2.5.1-debian-10-r18" \
TENSORFLOW_SERVING_ENABLE_MONITORING="no" \
TENSORFLOW_SERVING_MODEL_NAME="resnet" \
TENSORFLOW_SERVING_MONITORING_PATH="/monitoring/prometheus/metrics" \

View File

@@ -31,7 +31,7 @@ persist_app() {
local -r install_dir="${BITNAMI_ROOT_DIR}/${app}"
local -r persist_dir="${BITNAMI_VOLUME_DIR}/${app}"
# Persist the individual files
if [[ "${#files_to_persist[@]}" -lt 0 ]]; then
if [[ "${#files_to_persist[@]}" -le 0 ]]; then
warn "No files are configured to be persisted"
return
fi
@@ -87,7 +87,7 @@ restore_persisted_app() {
local -r install_dir="${BITNAMI_ROOT_DIR}/${app}"
local -r persist_dir="${BITNAMI_VOLUME_DIR}/${app}"
# Restore the individual persisted files
if [[ "${#files_to_restore[@]}" -lt 0 ]]; then
if [[ "${#files_to_restore[@]}" -le 0 ]]; then
warn "No persisted files are configured to be restored"
return
fi

View File

@@ -55,7 +55,7 @@ export PATH="${TENSORFLOW_SERVING_BASE_DIR}/serving/bazel-bin/tensorflow_serving
# Persitence
export TENSORFLOW_SERVING_VOLUME_DIR="${BITNAMI_VOLUME_DIR}/tensorflow-serving"
export TENSORFLOW_SERVING_MODEL_DATA="${BITNAMI_ROOT_DIR}/model-data"
export TENSORFLOW_SERVING_MODEL_DATA="${BITNAMI_VOLUME_DIR}/model-data"
# Tensorflow parameters
export TENSORFLOW_SERVING_ENABLE_MONITORING="${TENSORFLOW_SERVING_ENABLE_MONITORING:-no}"

View File

@@ -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.5.1`, `2.5.1-debian-10-r16`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.5.1-debian-10-r16/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.5.1`, `2.5.1-debian-10-r18`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.5.1-debian-10-r18/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).