2.8.0-debian-10-r2 release
This commit is contained in:
parent
f5b0366012
commit
a9d23ccc8e
|
|
@ -10,7 +10,7 @@ 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 "tensorflow-intel" "2.8.0-0" --checksum 052e2c3e042d840c4d77b21b6f34f3b9fbdc5965efeec555010a00f2cc4df1c0
|
||||
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 && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -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-r1" \
|
||||
BITNAMI_IMAGE_VERSION="2.8.0-debian-10-r2" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
WORKDIR /app
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"tensorflow-intel": {
|
||||
"arch": "amd64",
|
||||
"digest": "052e2c3e042d840c4d77b21b6f34f3b9fbdc5965efeec555010a00f2cc4df1c0",
|
||||
"digest": "032632f7a59b3d244ee28ee81687507e56b6a6151cb4b1e1e9c993be70bdbc29",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.8.0-0"
|
||||
"version": "2.8.0-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -47,7 +47,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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.8.0`, `2.8.0-debian-10-r1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-intel/blob/2.8.0-debian-10-r1/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.8.0`, `2.8.0-debian-10-r2`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-intel/blob/2.8.0-debian-10-r2/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/tensorflow-intel GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-intel).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue