[bitnami/deepspeed] Release 0.17.6-debian-12-r6 (#86793)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-09-30 15:30:59 +02:00 committed by GitHub
parent ab1b146c57
commit e71d62ee24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -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-09-30T08:04:22Z" \
org.opencontainers.image.created="2025-09-30T12:43:52Z" \
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" \
@ -28,8 +28,9 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${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.13-10-linux-${OS_ARCH}-debian-12" \
"deepspeed-0.17.6-0-linux-${OS_ARCH}-debian-12" \
"deepspeed-0.17.6-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -55,7 +56,7 @@ ENV APP_VERSION="0.17.6" \
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="5" \
IMAGE_REVISION="6" \
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" \