2.1.0-debian-10-r16 release

This commit is contained in:
Bitnami Bot
2020-02-18 14:30:14 +00:00
parent c09798d247
commit d655ba32e5
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ RUN install_packages ca-certificates curl dirmngr gnupg libc6 libgcc1 libstdc++6
RUN /build/bitnami-user.sh && \
/build/install-nami.sh
RUN bitnami-pkg unpack tensorflow-serving-2.1.0-0 --checksum b3a4277ea75e963cecd0bb5af31126edf460ed845fb466191fb66701571086ac
RUN apt-get update && apt-get upgrade && \
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN /build/install-gosu.sh
RUN /build/install-tini.sh
@@ -19,7 +19,7 @@ RUN echo "deb http://http.us.debian.org/debian testing main non-free contrib" >>
COPY rootfs /
ENV BITNAMI_APP_NAME="tensorflow-serving" \
BITNAMI_IMAGE_VERSION="2.1.0-debian-10-r15" \
BITNAMI_IMAGE_VERSION="2.1.0-debian-10-r16" \
NAMI_PREFIX="/.nami" \
TENSORFLOW_SERVING_ENABLE_MONITORING="no" \
TENSORFLOW_SERVING_MODEL_NAME="resnet" \

View File

@@ -205,7 +205,7 @@ if [ "$BITNAMI_PKG_CHMOD" ]; then
fi
# We need to be in $HOME in order to nami inspect works
cd $HOME
DIRS+=" $(nami inspect $PACKAGE_NAME | grep -e 'installdir' | cut -f4 -d\")"
DIRS+=" $(nami inspect $PACKAGE_NAME | grep -e '"installdir"' | cut -f4 -d\")"
info "Fixing permissions: chmod $BITNAMI_PKG_CHMOD $DIRS"
chmod $BITNAMI_PKG_CHMOD $DIRS
fi

View File

@@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`2-ol-7`, `2.1.0-ol-7-r15` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.1.0-ol-7-r15/2/ol-7/Dockerfile)
* [`2-debian-10`, `2.1.0-debian-10-r15`, `2`, `2.1.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.1.0-debian-10-r15/2/debian-10/Dockerfile)
* [`2-debian-10`, `2.1.0-debian-10-r16`, `2`, `2.1.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.1.0-debian-10-r16/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).