[bitnami/pytorch-intel] Release 1.12.1-debian-11-r17 (#7300)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
39e70655c7
commit
5f8eecda3a
|
|
@ -4,7 +4,7 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.12.1-debian-11-r16" \
|
||||
org.opencontainers.image.ref.name="1.12.1-debian-11-r17" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pytorch-intel" \
|
||||
org.opencontainers.image.title="pytorch-intel" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -28,13 +28,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
tar -zxf python-3.8.14-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf python-3.8.14-1-linux-${OS_ARCH}-debian-11.tar.gz python-3.8.14-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f pytorch-intel-1.12.1-4-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/pytorch-intel-1.12.1-4-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/pytorch-intel-1.12.1-4-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
if [ ! -f pytorch-intel-1.12.1-5-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/pytorch-intel-1.12.1-5-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/pytorch-intel-1.12.1-5-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
fi && \
|
||||
sha256sum -c pytorch-intel-1.12.1-4-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf pytorch-intel-1.12.1-4-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf pytorch-intel-1.12.1-4-linux-${OS_ARCH}-debian-11.tar.gz pytorch-intel-1.12.1-4-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||
sha256sum -c pytorch-intel-1.12.1-5-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf pytorch-intel-1.12.1-5-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf pytorch-intel-1.12.1-5-linux-${OS_ARCH}-debian-11.tar.gz pytorch-intel-1.12.1-5-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"pytorch-intel": {
|
||||
"arch": "amd64",
|
||||
"digest": "607a7ac733ce025ec8d9a76ed2e416fc8c3323c4cbb684752bcfd0b87c0ef0c5",
|
||||
"digest": "76b2b2ae6878e0d3ec623aba1cdef2fa5adb8f928b226695638ef8e5f62d1f18",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.12.1-4"
|
||||
"version": "1.12.1-5"
|
||||
}
|
||||
}
|
||||
|
|
@ -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`, `1-debian-11`, `1.12.1`, `1.12.1-debian-11-r16` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pytorch-intel/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.12.1`, `1.12.1-debian-11-r17` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pytorch-intel/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue