From 157e25bdfea23f13f1e3ed6400c628f5237f017d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 8 Mar 2022 06:51:50 +0000 Subject: [PATCH] 1.10.2-debian-10-r32 release --- bitnami/pytorch/1/debian-10/Dockerfile | 4 ++-- .../debian-10/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/pytorch/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/pytorch/1/debian-10/Dockerfile b/bitnami/pytorch/1/debian-10/Dockerfile index 2cd628b1bc90..1fd85d98e3dd 100644 --- a/bitnami/pytorch/1/debian-10/Dockerfile +++ b/bitnami/pytorch/1/debian-10/Dockerfile @@ -9,7 +9,7 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libffi6 libgcc1 libgomp1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.7.12-37" --checksum 7bb42e6ee98da00ca0d1f741faed4ab77a193773e1a1d1e08dcc01db4cd02c56 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.7.12-38" --checksum 149272f64662ebb29cc0cf984370be74a67bbe6e149d9a97f58743e7d854298f RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.10.2-5" --checksum 19e920158423b370bcdd9354f682f0095f90fedb2802cf54aef65144f8a6d458 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 RUN apt-get update && apt-get upgrade -y && \ @@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/pytorch/postunpack.sh ENV BITNAMI_APP_NAME="pytorch" \ - BITNAMI_IMAGE_VERSION="1.10.2-debian-10-r31" \ + BITNAMI_IMAGE_VERSION="1.10.2-debian-10-r32" \ LD_LIBRARY_PATH="/opt/bitnami/python/lib/python3.7/site-packages/torch/lib/:/opt/bitnami/python/lib/python3.7/site-packages/PIL/.libs/:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH" diff --git a/bitnami/pytorch/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/pytorch/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 135ceb8bea55..4b491ed16efb 100644 --- a/bitnami/pytorch/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/pytorch/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "python": { "arch": "amd64", - "digest": "7bb42e6ee98da00ca0d1f741faed4ab77a193773e1a1d1e08dcc01db4cd02c56", + "digest": "149272f64662ebb29cc0cf984370be74a67bbe6e149d9a97f58743e7d854298f", "distro": "debian-10", "type": "NAMI", - "version": "3.7.12-37" + "version": "3.7.12-38" }, "pytorch": { "arch": "amd64", diff --git a/bitnami/pytorch/README.md b/bitnami/pytorch/README.md index ac91c2cf098c..e18d1de26cc0 100644 --- a/bitnami/pytorch/README.md +++ b/bitnami/pytorch/README.md @@ -41,7 +41,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-10`, `1.10.2`, `1.10.2-debian-10-r31`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch/blob/1.10.2-debian-10-r31/1/debian-10/Dockerfile) +* [`1`, `1-debian-10`, `1.10.2`, `1.10.2-debian-10-r32`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch/blob/1.10.2-debian-10-r32/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/pytorch GitHub repo](https://github.com/bitnami/bitnami-docker-pytorch).