1.11.0-debian-10-r66 release

This commit is contained in:
Bitnami Bot
2022-06-01 14:22:55 +00:00
committed by Bitnami Containers
parent 9cc910e478
commit 3b57367149
3 changed files with 7 additions and 7 deletions

View File

@@ -9,8 +9,8 @@ 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 libjemalloc2 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtcmalloc-minimal4 libtinfo6 numactl procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.7.13-3" --checksum 3c762deccd57447e5a1f0ae9fb16a664b59739506601dc272d8735f342c6c8cf
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.11.0-0" --checksum 2c11a9a21993663ba00e8a4a03422cce9286f219aef108cf4353a8ff2eb4fc91
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-3" --checksum a328c8fb3db9e60d3aa19eb7ca31de5da372affcb3d7c0d73610b4a19b634f94
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.11.0-1" --checksum b976f9912dff38b10ce4136f97ce2b31f8cc315fdc5777a25322da93a164175f
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

View File

@@ -8,16 +8,16 @@
},
"python": {
"arch": "amd64",
"digest": "3c762deccd57447e5a1f0ae9fb16a664b59739506601dc272d8735f342c6c8cf",
"digest": "a328c8fb3db9e60d3aa19eb7ca31de5da372affcb3d7c0d73610b4a19b634f94",
"distro": "debian-10",
"type": "NAMI",
"version": "3.7.13-3"
"version": "3.8.13-3"
},
"pytorch": {
"arch": "amd64",
"digest": "2c11a9a21993663ba00e8a4a03422cce9286f219aef108cf4353a8ff2eb4fc91",
"digest": "b976f9912dff38b10ce4136f97ce2b31f8cc315fdc5777a25322da93a164175f",
"distro": "debian-10",
"type": "NAMI",
"version": "1.11.0-0"
"version": "1.11.0-1"
}
}

View File

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