1.10.2-debian-10-r15 release

This commit is contained in:
Bitnami Bot
2022-02-16 22:44:48 +00:00
parent 8c732cf194
commit dc6443feb1
3 changed files with 11 additions and 11 deletions

View File

@@ -9,9 +9,9 @@ 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-31" --checksum 09d527409470507c89fca4f764a2ba54fdc9f27879c61e5c77d5df943d4e51ba
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.10.2-2" --checksum 0cabab9a07d8c3b029dc118b82382de42488cb0e04436d230eaf44cebf9ccb26
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.7.12-32" --checksum 9b49dd85ef4f35427e5b371b8cd71fd993d9b5ef7ce612de506c1af0783064bd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.10.2-3" --checksum d2eeab88cd5cdcf8438559a79e9011d52d9bd518e6227b7c59cf57766cc1b835
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -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-r14" \
BITNAMI_IMAGE_VERSION="1.10.2-debian-10-r15" \
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

@@ -1,23 +1,23 @@
{
"gosu": {
"arch": "amd64",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-4"
"version": "1.14.0-5"
},
"python": {
"arch": "amd64",
"digest": "09d527409470507c89fca4f764a2ba54fdc9f27879c61e5c77d5df943d4e51ba",
"digest": "9b49dd85ef4f35427e5b371b8cd71fd993d9b5ef7ce612de506c1af0783064bd",
"distro": "debian-10",
"type": "NAMI",
"version": "3.7.12-31"
"version": "3.7.12-32"
},
"pytorch": {
"arch": "amd64",
"digest": "0cabab9a07d8c3b029dc118b82382de42488cb0e04436d230eaf44cebf9ccb26",
"digest": "d2eeab88cd5cdcf8438559a79e9011d52d9bd518e6227b7c59cf57766cc1b835",
"distro": "debian-10",
"type": "NAMI",
"version": "1.10.2-2"
"version": "1.10.2-3"
}
}

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