[bitnami/pytorch-intel] Release 1.12.1-debian-11-r1 (#2721)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
546aae1d21
commit
1598bc01df
|
|
@ -15,8 +15,8 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgomp1 libgssapi-krb5-2 libjemalloc2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtcmalloc-minimal4 libtinfo6 libtirpc3 numactl procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-164" --checksum 3908ffa59bfa43c84081a4803d79ac26ce1647f020ad97ffb264bdbcaa134163
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch-intel" "1.12.1-0" --checksum d842a13e1b5428649bb28561b1e2d2d5531a8a52d0ea032eb6b7b4f1504c2228
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-165" --checksum 2bf41f60dccdcf65842d993083c2dcb27ab48a8a514fdeb1778e9b09f3e4a203
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch-intel" "1.12.1-1" --checksum 5ca94f186bd2f06f0b40f70d029b32ba3bdc89fe5759a23850cde84dec68e2bb
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@
|
|||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "3908ffa59bfa43c84081a4803d79ac26ce1647f020ad97ffb264bdbcaa134163",
|
||||
"digest": "2bf41f60dccdcf65842d993083c2dcb27ab48a8a514fdeb1778e9b09f3e4a203",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.13-164"
|
||||
"version": "3.8.13-165"
|
||||
},
|
||||
"pytorch-intel": {
|
||||
"arch": "amd64",
|
||||
"digest": "d842a13e1b5428649bb28561b1e2d2d5531a8a52d0ea032eb6b7b4f1504c2228",
|
||||
"digest": "5ca94f186bd2f06f0b40f70d029b32ba3bdc89fe5759a23850cde84dec68e2bb",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.12.1-0"
|
||||
"version": "1.12.1-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -43,7 +43,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.12`, `1.12-debian-11`, `1.12.1`, `1.12.1-debian-11-r0`, `latest` (1.12/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pytorch-intel/1.12/debian-11/Dockerfile)
|
||||
* [`1.12`, `1.12-debian-11`, `1.12.1`, `1.12.1-debian-11-r1`, `latest` (1.12/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pytorch-intel/1.12/debian-11/Dockerfile)
|
||||
* [`1.10`, `1.10-debian-11`, `1.10.2`, `1.10.2-debian-11-r25` (1.10/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pytorch-intel/1.10/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
|
|
|||
Loading…
Reference in New Issue