Skip to content

Commit 3deec5b

Browse files
authored
[bitnami/deepspeed] Release 0.18.8-debian-12-r0 (#91626)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent 78b3d58 commit 3deec5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bitnami/deepspeed/0/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10-
org.opencontainers.image.created="2026-03-13T18:30:19Z" \
10+
org.opencontainers.image.created="2026-03-13T22:49:05Z" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/deepspeed/README.md" \
1313
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/deepspeed" \
1414
org.opencontainers.image.title="deepspeed" \
1515
org.opencontainers.image.vendor="Broadcom, Inc." \
16-
org.opencontainers.image.version="0.18.7"
16+
org.opencontainers.image.version="0.18.8"
1717

1818
ENV HOME="/" \
1919
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
3030
COMPONENTS=( \
3131
"nss-wrapper-1.1.16-0-linux-${OS_ARCH}-debian-12" \
3232
"python-3.11.15-2-linux-${OS_ARCH}-debian-12" \
33-
"deepspeed-0.18.7-0-linux-${OS_ARCH}-debian-12" \
33+
"deepspeed-0.18.8-0-linux-${OS_ARCH}-debian-12" \
3434
) ; \
3535
for COMPONENT in "${COMPONENTS[@]}"; do \
3636
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -50,13 +50,13 @@ RUN uninstall_packages curl
5050

5151
COPY rootfs /
5252
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
53-
ENV APP_VERSION="0.18.7" \
53+
ENV APP_VERSION="0.18.8" \
5454
BITNAMI_APP_NAME="deepspeed" \
5555
CFLAGS="-s -I/opt/bitnami/python/include -I/opt/bitnami/common/include" \
5656
CPLUS_INCLUDE_PATH="/opt/bitnami/common/include" \
5757
CPPFLAGS="-I/opt/bitnami/python/include -I/opt/bitnami/common/include" \
5858
C_INCLUDE_PATH="/opt/bitnami/common/include" \
59-
IMAGE_REVISION="1" \
59+
IMAGE_REVISION="0" \
6060
LDFLAGS="-Wl,-rpath: /opt/bitnami/python/lib -L/opt/bitnami/python/lib -Wl,-rpath: /opt/bitnami/common/lib -L/opt/bitnami/common/lib" \
6161
LD_LIBRARY_PATH="/opt/bitnami/python/lib:/opt/bitnami/common/lib:${LD_LIBRARY_PATH}" \
6262
PATH="/opt/bitnami/common/bin:/opt/bitnami/python/bin:$PATH" \

0 commit comments

Comments
 (0)