mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
1.10.0-debian-10-r0 release
This commit is contained in:
@@ -8,16 +8,16 @@ ENV HOME="/" \
|
||||
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libffi6 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g
|
||||
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-5" --checksum 3a43049bde8f33c72c7d56b94416df67ab7ab129944c624d60b2d59b9e602854
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.9.1-0" --checksum 5dc54b09bf8d47547c169a62df68bcfcdd0d6248b5e5d2d2fd1f1e6c3dff32af
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch" "1.10.0-0" --checksum 321bf9fb769196a274698fd7ee9c07cbfdb157179f6cb86ce25f91520b992802
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/pytorch/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="pytorch" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.1-debian-10-r24" \
|
||||
BITNAMI_IMAGE_VERSION="1.10.0-debian-10-r0" \
|
||||
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"
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"pytorch": {
|
||||
"arch": "amd64",
|
||||
"digest": "5dc54b09bf8d47547c169a62df68bcfcdd0d6248b5e5d2d2fd1f1e6c3dff32af",
|
||||
"digest": "321bf9fb769196a274698fd7ee9c07cbfdb157179f6cb86ce25f91520b992802",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.9.1-0"
|
||||
"version": "1.10.0-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user