From b568188cf47b5ef7805d0a5eccf730ca6f6f9c77 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 31 Dec 2021 15:22:26 +0000 Subject: [PATCH] 1.10.1-debian-10-r1 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 8e220d250d81..2e5526e3d87c 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-8" --checksum 5f3e9342366f655fa3a70835f3cb5449f789fffe0cbd975047dbfc6fb52a5b68 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.7.12-9" --checksum 8a6fe43f771bd6b8098794e015a96ea2036c59e31972fab0e0f46e4d032cac7b RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.10.1-0" --checksum 9024eb8c2b55f4147ffa6d6ac900292fc4d78db44cd9df8822d8a9610333c29c RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e RUN chmod g+rwX /opt/bitnami @@ -17,7 +17,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.1-debian-10-r0" \ + BITNAMI_IMAGE_VERSION="1.10.1-debian-10-r1" \ 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 0d585588be12..5de72a58bb6b 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": "5f3e9342366f655fa3a70835f3cb5449f789fffe0cbd975047dbfc6fb52a5b68", + "digest": "8a6fe43f771bd6b8098794e015a96ea2036c59e31972fab0e0f46e4d032cac7b", "distro": "debian-10", "type": "NAMI", - "version": "3.7.12-8" + "version": "3.7.12-9" }, "pytorch": { "arch": "amd64", diff --git a/bitnami/pytorch/README.md b/bitnami/pytorch/README.md index 94a91d306528..f1386d46f8e8 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.1`, `1.10.1-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch/blob/1.10.1-debian-10-r0/1/debian-10/Dockerfile) +* [`1`, `1-debian-10`, `1.10.1`, `1.10.1-debian-10-r1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch/blob/1.10.1-debian-10-r1/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/pytorch GitHub repo](https://github.com/bitnami/bitnami-docker-pytorch).