[bitnami/pytorch] Release 1.12.1-debian-11-r7 (#4511)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
222fb1b591
commit
f1a56dfc99
|
|
@ -6,7 +6,7 @@ ENV HOME="/" \
|
|||
|
||||
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-r6" \
|
||||
org.opencontainers.image.ref.name="1.12.1-debian-11-r7" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pytorch" \
|
||||
org.opencontainers.image.title="pytorch" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -16,9 +16,9 @@ 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 libtinfo6 libtirpc3 numactl procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-165" --checksum 2bf41f60dccdcf65842d993083c2dcb27ab48a8a514fdeb1778e9b09f3e4a203
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.12.1-1" --checksum 219c27a495aed05b5c3c05a183da393fd2e352b6b8ef28738b1db84c6816c685
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-166" --checksum 9a5fba755f6c8d60eacc80f366f3fbaa57d003913e48c31ba337037bb69e37b3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.12.1-2" --checksum b0f298e7ca6e7f4229e09fcc2f04ca59b6a5e7d58ccee6160bb9519282d6f498
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-154" --checksum e36c3d90f4fbfbe989f40947fa7c8ab817f12fcf97d3aef893c753a20ce976ab
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449",
|
||||
"digest": "e36c3d90f4fbfbe989f40947fa7c8ab817f12fcf97d3aef893c753a20ce976ab",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-153"
|
||||
"version": "1.14.0-154"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "2bf41f60dccdcf65842d993083c2dcb27ab48a8a514fdeb1778e9b09f3e4a203",
|
||||
"digest": "9a5fba755f6c8d60eacc80f366f3fbaa57d003913e48c31ba337037bb69e37b3",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.13-165"
|
||||
"version": "3.8.13-166"
|
||||
},
|
||||
"pytorch": {
|
||||
"arch": "amd64",
|
||||
"digest": "219c27a495aed05b5c3c05a183da393fd2e352b6b8ef28738b1db84c6816c685",
|
||||
"digest": "b0f298e7ca6e7f4229e09fcc2f04ca59b6a5e7d58ccee6160bb9519282d6f498",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.12.1-1"
|
||||
"version": "1.12.1-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-11`, `1.12.1`, `1.12.1-debian-11-r6`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pytorch/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.12.1`, `1.12.1-debian-11-r7`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pytorch/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