[bitnami/tensorflow-serving] Release 2.10.0-debian-11-r4 (#7627)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-09-26 08:44:31 +02:00 committed by GitHub
parent 1fd5922b95
commit a1207a51ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ ENV HOME="/" \
COPY prebuildfs / COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages ca-certificates curl gcc-10 gzip libc6 libgcc-s1 libstdc++6 procps tar RUN install_packages ca-certificates curl gcc-10 libc6 libgcc-s1 libstdc++6 procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f tensorflow-serving-2.10.0-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ if [ ! -f tensorflow-serving-2.10.0-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/tensorflow-serving-2.10.0-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/tensorflow-serving-2.10.0-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \