[bitnami/deepspeed] Release 0.18.0-debian-12-r0 (#87632)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-10-15 17:08:13 +02:00 committed by GitHub
parent eb21fc2c68
commit 69fb0fa5c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -7,13 +7,13 @@ 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-10-11T13:04:43Z" \
org.opencontainers.image.created="2025-10-15T14:25:04Z" \
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" \
org.opencontainers.image.title="deepspeed" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="0.17.6"
org.opencontainers.image.version="0.18.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
COMPONENTS=( \
"nss-wrapper-1.1.16-0-linux-${OS_ARCH}-debian-12" \
"python-3.11.14-3-linux-${OS_ARCH}-debian-12" \
"deepspeed-0.17.6-1-linux-${OS_ARCH}-debian-12" \
"deepspeed-0.18.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -50,13 +50,13 @@ RUN uninstall_packages curl
COPY rootfs /
RUN mkdir /app /.cache && mkdir -p /home/deepspeed/.local && mkdir -p /home/deepspeed/.ssh && mkdir /home/deepspeed/.cache && ln -s /home/deepspeed/.local /opt/bitnami/deepspeed && ln -s /home/deepspeed/.ssh /opt/bitnami/deepspeed && ln -s /home/deepspeed/.cache /opt/bitnami/deepspeed && chmod g+rwX /app /.cache /home/deepspeed/.cache /home/deepspeed/.local
ENV APP_VERSION="0.17.6" \
ENV APP_VERSION="0.18.0" \
BITNAMI_APP_NAME="deepspeed" \
CFLAGS="-s -I/opt/bitnami/python/include -I/opt/bitnami/common/include" \
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="8" \
IMAGE_REVISION="0" \
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" \