From a00b7a8a3a03d78903b50da505b6db5d64e69abb Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 12 Nov 2025 20:10:31 +0100 Subject: [PATCH] [bitnami/deepspeed] Release 0.18.2-debian-12-r1 (#88345) Signed-off-by: Bitnami Bot --- bitnami/deepspeed/0/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/deepspeed/0/debian-12/Dockerfile b/bitnami/deepspeed/0/debian-12/Dockerfile index b0ccbc50fe0d..e588088b9a67 100644 --- a/bitnami/deepspeed/0/debian-12/Dockerfile +++ b/bitnami/deepspeed/0/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-11-06T02:25:27Z" \ + org.opencontainers.image.created="2025-11-12T18:26:37Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/deepspeed/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/deepspeed" \ @@ -56,7 +56,7 @@ ENV APP_VERSION="0.18.2" \ CPLUS_INCLUDE_PATH="/opt/bitnami/common/include" \ CPPFLAGS="-I/opt/bitnami/python/include -I/opt/bitnami/common/include" \ C_INCLUDE_PATH="/opt/bitnami/common/include" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ LDFLAGS="-Wl,-rpath: /opt/bitnami/python/lib -L/opt/bitnami/python/lib -Wl,-rpath: /opt/bitnami/common/lib -L/opt/bitnami/common/lib" \ LD_LIBRARY_PATH="/opt/bitnami/python/lib:/opt/bitnami/common/lib:${LD_LIBRARY_PATH}" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/python/bin:$PATH" \