From b1a8f30ab29aa8862e54968424bb69332df8af73 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 2 May 2026 21:25:33 +0200 Subject: [PATCH] [bitnami/deepspeed] Release 0.18.9-debian-12-r3 (#92749) Signed-off-by: Bitnami Bot --- bitnami/deepspeed/0/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/deepspeed/0/debian-12/Dockerfile b/bitnami/deepspeed/0/debian-12/Dockerfile index 3ccf7a2f498e..438ee3ae7794 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="2026-04-11T01:37:55Z" \ + org.opencontainers.image.created="2026-05-02T18:33:05Z" \ 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" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "nss-wrapper-1.1.16-0-linux-${OS_ARCH}-debian-12" \ - "python-3.11.15-4-linux-${OS_ARCH}-debian-12" \ + "python-3.11.15-9-linux-${OS_ARCH}-debian-12" \ "deepspeed-0.18.9-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -56,7 +56,7 @@ ENV APP_VERSION="0.18.9" \ 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="2" \ + IMAGE_REVISION="3" \ 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" \