[bitnami/tensorflow-intel] Release 2.9.2-debian-11-r0 (#5020)

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-03 11:48:10 +02:00
committed by GitHub
parent 0eaccd1f9a
commit b6c09e1a45
4 changed files with 13 additions and 13 deletions

View File

@@ -6,11 +6,11 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2.9.1-debian-11-r25" \
org.opencontainers.image.ref.name="2.9.2-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/tensorflow-intel" \
org.opencontainers.image.title="tensorflow-intel" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.9.1"
org.opencontainers.image.version="2.9.2"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@@ -24,12 +24,12 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
tar -zxf python-3.9.13-166-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf python-3.9.13-166-linux-amd64-debian-11.tar.gz
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f tensorflow-intel-2.9.1-153-linux-amd64-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/tensorflow-intel-2.9.1-153-linux-amd64-debian-11.tar.gz -O ; \
if [ ! -f tensorflow-intel-2.9.2-0-linux-amd64-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/tensorflow-intel-2.9.2-0-linux-amd64-debian-11.tar.gz -O ; \
fi && \
echo "f959bace506b9c5372cc18561a9774912456762567063179550f5dc593435abb tensorflow-intel-2.9.1-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf tensorflow-intel-2.9.1-153-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf tensorflow-intel-2.9.1-153-linux-amd64-debian-11.tar.gz
echo "f596d6abe10695d29cfc67bd73ae821996700056d780b7fdb492b7625b033c79 tensorflow-intel-2.9.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf tensorflow-intel-2.9.2-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf tensorflow-intel-2.9.2-0-linux-amd64-debian-11.tar.gz
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f gosu-1.14.0-154-linux-amd64-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-amd64-debian-11.tar.gz -O ; \
@@ -43,7 +43,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/tensorflow-intel/postunpack.sh
ENV APP_VERSION="2.9.1" \
ENV APP_VERSION="2.9.2" \
BITNAMI_APP_NAME="tensorflow-intel" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -15,9 +15,9 @@
},
"tensorflow-intel": {
"arch": "amd64",
"digest": "f959bace506b9c5372cc18561a9774912456762567063179550f5dc593435abb",
"digest": "f596d6abe10695d29cfc67bd73ae821996700056d780b7fdb492b7625b033c79",
"distro": "debian-11",
"type": "NAMI",
"version": "2.9.1-153"
"version": "2.9.2-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.9.1"
- "2.9.2"
- "latest"

View File

@@ -23,7 +23,7 @@ $ docker-compose up -d
## Why use Intel optimized containers
New instructions, coupled with algorithmic and software innovations, deliver breakthrough performance for the industry's most widely deployed cryptographic ciphers. Encryption is becoming pervasive with most organizations increasingly adopting encryption for application execution, data in flight, and data storage. 3rd gen Intel® Xeon® Scalable Processor (Ice Lake) cores and architecture, offers several new instructions for encryption acceleration.
New instructions, coupled with algorithmic and software innovations, deliver breakthrough performance for the industry's most widely deployed cryptographic ciphers. Encryption is becoming pervasive with most organizations increasingly adopting encryption for application execution, data in flight, and data storage. 3rd gen Intel(R) Xeon(R) Scalable Processor (Ice Lake) cores and architecture, offers several new instructions for encryption acceleration.
This solution requires 3rd gen Intel Xeon Scalable Processor (Ice Lake) to get a breakthrough performance improvement.
@@ -45,7 +45,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-11`, `2.9.1`, `2.9.1-debian-11-r25`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/tensorflow-intel/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.9.2`, `2.9.2-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/tensorflow-intel/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).