1.10.2-debian-10-r20 release

This commit is contained in:
Bitnami Bot
2022-02-23 19:40:52 +00:00
parent 36fbe15be4
commit 8dba5254ac
3 changed files with 5 additions and 5 deletions

View File

@@ -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-33" --checksum 9b49dd85ef4f35427e5b371b8cd71fd993d9b5ef7ce612de506c1af0783064bd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.7.12-34" --checksum edb1b40d7340d8b2a6d16d34190dd4aacc5c6d28e5282756b9a1c66079ed57f5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.10.2-4" --checksum d2eeab88cd5cdcf8438559a79e9011d52d9bd518e6227b7c59cf57766cc1b835
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
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-r19" \
BITNAMI_IMAGE_VERSION="1.10.2-debian-10-r20" \
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"

View File

@@ -8,10 +8,10 @@
},
"python": {
"arch": "amd64",
"digest": "9b49dd85ef4f35427e5b371b8cd71fd993d9b5ef7ce612de506c1af0783064bd",
"digest": "edb1b40d7340d8b2a6d16d34190dd4aacc5c6d28e5282756b9a1c66079ed57f5",
"distro": "debian-10",
"type": "NAMI",
"version": "3.7.12-33"
"version": "3.7.12-34"
},
"pytorch": {
"arch": "amd64",

View File

@@ -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-r19`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch/blob/1.10.2-debian-10-r19/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.10.2`, `1.10.2-debian-10-r20`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch/blob/1.10.2-debian-10-r20/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/pytorch GitHub repo](https://github.com/bitnami/bitnami-docker-pytorch).