[bitnami/tensorflow-intel] Release 2.11.0-debian-11-r0 (#14121)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
463669d013
commit
37f60cc97a
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.10.1-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="2.11.0-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.10.1"
|
||||
org.opencontainers.image.version="2.11.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libff
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.9.15-2-linux-${OS_ARCH}-debian-11" \
|
||||
"tensorflow-intel-2.10.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"tensorflow-intel-2.11.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -41,7 +41,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/tensorflow-intel/postunpack.sh
|
||||
ENV APP_VERSION="2.10.1" \
|
||||
ENV APP_VERSION="2.11.0" \
|
||||
BITNAMI_APP_NAME="tensorflow-intel" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"tensorflow-intel": {
|
||||
"arch": "amd64",
|
||||
"digest": "46ec6c96772958b214f305f723809f924c0c3ccdecc547d23506daf2a781b6f1",
|
||||
"digest": "6212f9efab70a0309eca8495f25a957310a707741e6c2698fc72d35b89443e9e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.10.1-0"
|
||||
"version": "2.11.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.10.1"
|
||||
- "2.11.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue