From 6467c879770c07c6467633c128cf7e9b2ca2fa0e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 24 Mar 2022 13:56:05 +0000 Subject: [PATCH] 1.11.0-debian-10-r0 release --- bitnami/pytorch/1/debian-10/Dockerfile | 6 +++--- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/pytorch/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/pytorch/1/debian-10/Dockerfile b/bitnami/pytorch/1/debian-10/Dockerfile index 9b906613a239..f6c72a2f0569 100644 --- a/bitnami/pytorch/1/debian-10/Dockerfile +++ b/bitnami/pytorch/1/debian-10/Dockerfile @@ -10,7 +10,7 @@ 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.13-1" --checksum dcec436a6ae67f5e7ff775f417382c9f164868c1284869e0c5ea6dfd05c59366 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.10.2-5" --checksum 19e920158423b370bcdd9354f682f0095f90fedb2802cf54aef65144f8a6d458 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.11.0-0" --checksum 2c11a9a21993663ba00e8a4a03422cce9286f219aef108cf4353a8ff2eb4fc91 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives @@ -18,9 +18,9 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/pytorch/postunpack.sh -ENV APP_VERSION="1.10.2" \ +ENV APP_VERSION="1.11.0" \ BITNAMI_APP_NAME="pytorch" \ - BITNAMI_IMAGE_VERSION="1.10.2-debian-10-r47" \ + BITNAMI_IMAGE_VERSION="1.11.0-debian-10-r0" \ 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 3f4ad93a40ea..fc9faf5e9f74 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 @@ -15,9 +15,9 @@ }, "pytorch": { "arch": "amd64", - "digest": "19e920158423b370bcdd9354f682f0095f90fedb2802cf54aef65144f8a6d458", + "digest": "2c11a9a21993663ba00e8a4a03422cce9286f219aef108cf4353a8ff2eb4fc91", "distro": "debian-10", "type": "NAMI", - "version": "1.10.2-5" + "version": "1.11.0-0" } } \ No newline at end of file diff --git a/bitnami/pytorch/README.md b/bitnami/pytorch/README.md index 34781b7bf902..18795c45c117 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-r47`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch/blob/1.10.2-debian-10-r47/1/debian-10/Dockerfile) +* [`1`, `1-debian-10`, `1.11.0`, `1.11.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch/blob/1.11.0-debian-10-r0/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/pytorch GitHub repo](https://github.com/bitnami/bitnami-docker-pytorch).