mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
1.12.0-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
f7753c441e
commit
120797fc51
@@ -8,8 +8,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-151" --checksum 1b28fa915312f8c1fc5b4a1a4381c06ffc599e9cc1331b500c8fd012e96ba6f0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.11.0-150" --checksum fade8d579ebae02ff124abc2aa3e4a5d64c9340343b3f4e66ac575d6c3d9bbc1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-152" --checksum a831df58c181297ce77597daf2364175cbb9f211f7755ca8d8c8b5918ad9ce24
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.12.0-0" --checksum cb52a47410f78351bf2add6a6d8d9b7aa7c40779f05ed70ac5d52c16a2461d4c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/pytorch/postunpack.sh
|
||||
ENV APP_VERSION="1.11.0" \
|
||||
ENV APP_VERSION="1.12.0" \
|
||||
BITNAMI_APP_NAME="pytorch" \
|
||||
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" \
|
||||
LD_PRELOAD="/opt/bitnami/python/lib/libiomp5.so:/usr/lib/x86_64-linux-gnu/libjemalloc.so.2" \
|
||||
|
||||
@@ -8,16 +8,16 @@
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "1b28fa915312f8c1fc5b4a1a4381c06ffc599e9cc1331b500c8fd012e96ba6f0",
|
||||
"digest": "a831df58c181297ce77597daf2364175cbb9f211f7755ca8d8c8b5918ad9ce24",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.13-151"
|
||||
"version": "3.8.13-152"
|
||||
},
|
||||
"pytorch": {
|
||||
"arch": "amd64",
|
||||
"digest": "fade8d579ebae02ff124abc2aa3e4a5d64c9340343b3f4e66ac575d6c3d9bbc1",
|
||||
"digest": "cb52a47410f78351bf2add6a6d8d9b7aa7c40779f05ed70ac5d52c16a2461d4c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.11.0-150"
|
||||
"version": "1.12.0-0"
|
||||
}
|
||||
}
|
||||
@@ -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.11.0`, `1.11.0-debian-11-r8`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch/blob/1.11.0-debian-11-r8/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.12.0`, `1.12.0-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch/blob/1.12.0-debian-11-r0/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/pytorch GitHub repo](https://github.com/bitnami/bitnami-docker-pytorch).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user