From 8d6de0f1655a992bb66778aa40b6dc0fa9336b47 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 3 Aug 2022 22:49:53 +0200 Subject: [PATCH] [bitnami/pytorch] Release 1.12.0-debian-11-r13 (#1687) Signed-off-by: Bitnami Containers --- bitnami/pytorch/1/debian-11/Dockerfile | 2 +- .../debian-11/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/pytorch/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/pytorch/1/debian-11/Dockerfile b/bitnami/pytorch/1/debian-11/Dockerfile index 07ef31462716..7c5ad740b11a 100644 --- a/bitnami/pytorch/1/debian-11/Dockerfile +++ b/bitnami/pytorch/1/debian-11/Dockerfile @@ -8,7 +8,7 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgomp1 libgssapi-krb5-2 libjemalloc2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtcmalloc-minimal4 libtinfo6 libtirpc3 numactl procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-157" --checksum 90a2d048ed71588dfff55262b4522e3ee49418b7ea6e560054bf50988ae1265f +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-161" --checksum b70dd71a46e9e0cbedb6b55cdab60c315046102387da00b08b787e5c74354cbf RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.12.0-1" --checksum 0efe58aa732e11d8a1d0d49136d4fe15856bfa8c0e9b0deb774989b4d4025820 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0 RUN apt-get update && apt-get upgrade -y && \ diff --git a/bitnami/pytorch/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/pytorch/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 644d09c30efe..965d34770582 100644 --- a/bitnami/pytorch/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/pytorch/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "python": { "arch": "amd64", - "digest": "90a2d048ed71588dfff55262b4522e3ee49418b7ea6e560054bf50988ae1265f", + "digest": "b70dd71a46e9e0cbedb6b55cdab60c315046102387da00b08b787e5c74354cbf", "distro": "debian-11", "type": "NAMI", - "version": "3.8.13-157" + "version": "3.8.13-161" }, "pytorch": { "arch": "amd64", diff --git a/bitnami/pytorch/README.md b/bitnami/pytorch/README.md index a56727b9f3b8..e6dd5f475c17 100644 --- a/bitnami/pytorch/README.md +++ b/bitnami/pytorch/README.md @@ -39,7 +39,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/). -* [`1`, `1-debian-11`, `1.12.0`, `1.12.0-debian-11-r12`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pytorch/1/debian-11/Dockerfile) +* [`1`, `1-debian-11`, `1.12.0`, `1.12.0-debian-11-r13`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pytorch/1/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).