mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 15:40:15 +08:00
2.8.0-debian-10-r3 release
This commit is contained in:
@@ -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 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.9.11-0" --checksum da372206e2c2635ff79c72cb77e8b2e8ab1cc03066a76f1d1deccd53a332dcbf
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.9.11-1" --checksum 046f290ea4721fae42f54a209f525b35dc11cf0234aebe64b04f4f2df4c186c4
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-intel" "2.8.0-1" --checksum 032632f7a59b3d244ee28ee81687507e56b6a6151cb4b1e1e9c993be70bdbc29
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
@@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/tensorflow-intel/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="tensorflow-intel" \
|
||||
BITNAMI_IMAGE_VERSION="2.8.0-debian-10-r2" \
|
||||
BITNAMI_IMAGE_VERSION="2.8.0-debian-10-r3" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "da372206e2c2635ff79c72cb77e8b2e8ab1cc03066a76f1d1deccd53a332dcbf",
|
||||
"digest": "046f290ea4721fae42f54a209f525b35dc11cf0234aebe64b04f4f2df4c186c4",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.9.11-0"
|
||||
"version": "3.9.11-1"
|
||||
},
|
||||
"tensorflow-intel": {
|
||||
"arch": "amd64",
|
||||
|
||||
Reference in New Issue
Block a user