[bitnami/pytorch] Release 1.13.0-debian-11-r0 (#11770)

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-10-28 22:27:48 +02:00 committed by GitHub
parent 935d907042
commit bbaff7f34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -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="1.12.1-debian-11-r28" \
org.opencontainers.image.ref.name="1.13.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pytorch" \
org.opencontainers.image.title="pytorch" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.12.1"
org.opencontainers.image.version="1.13.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.8.15-1-linux-${OS_ARCH}-debian-11" \
"pytorch-1.12.1-3-linux-${OS_ARCH}-debian-11" \
"pytorch-1.13.0-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@ -42,7 +42,7 @@ RUN mkdir /.local && chmod g+rwX /.local
COPY rootfs /
RUN /opt/bitnami/scripts/pytorch/postunpack.sh
ENV APP_VERSION="1.12.1" \
ENV APP_VERSION="1.13.0" \
BITNAMI_APP_NAME="pytorch" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -15,9 +15,9 @@
},
"pytorch": {
"arch": "amd64",
"digest": "72a7969076cb5c5fbd5279a04cd2c7ee83d33e4501c0e6dce419991c3e3b2e77",
"digest": "fafc5b9bc2456614d4c6d3276ef49bd0696778932a008ef9a4ddc2d294e0631a",
"distro": "debian-11",
"type": "NAMI",
"version": "1.12.1-3"
"version": "1.13.0-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "1"
- "1-debian-11"
- "1.12.1"
- "1.13.0"
- "latest"