1.10.1-debian-10-r2 release

This commit is contained in:
Bitnami Bot
2022-01-01 17:04:33 +00:00
parent b568188cf4
commit 390a151029
3 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ 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-9" --checksum 8a6fe43f771bd6b8098794e015a96ea2036c59e31972fab0e0f46e4d032cac7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.7.12-10" --checksum b260801ee695c9824f6eb1b0605ce11b94aeae1c2fab02622d090857bbb2d51c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.10.1-0" --checksum 9024eb8c2b55f4147ffa6d6ac900292fc4d78db44cd9df8822d8a9610333c29c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
@@ -17,7 +17,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.1-debian-10-r1" \
BITNAMI_IMAGE_VERSION="1.10.1-debian-10-r2" \
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

@@ -8,10 +8,10 @@
},
"python": {
"arch": "amd64",
"digest": "8a6fe43f771bd6b8098794e015a96ea2036c59e31972fab0e0f46e4d032cac7b",
"digest": "b260801ee695c9824f6eb1b0605ce11b94aeae1c2fab02622d090857bbb2d51c",
"distro": "debian-10",
"type": "NAMI",
"version": "3.7.12-9"
"version": "3.7.12-10"
},
"pytorch": {
"arch": "amd64",