[bitnami/deepspeed] Release 0.18.7-debian-12-r0 (#91265)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-06 00:46:38 +01:00 committed by GitHub
parent 142f862f81
commit 02b7e6c4e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 34 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="2026-02-19T01:06:22Z" \
org.opencontainers.image.created="2026-03-05T23:15:26Z" \
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.18.6"
org.opencontainers.image.version="0.18.7"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -29,8 +29,8 @@ 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.14-13-linux-${OS_ARCH}-debian-12" \
"deepspeed-0.18.6-0-linux-${OS_ARCH}-debian-12" \
"python-3.11.15-0-linux-${OS_ARCH}-debian-12" \
"deepspeed-0.18.7-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.18.6" \
ENV APP_VERSION="0.18.7" \
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="1" \
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" \

View File

@ -1,7 +1,5 @@
# Bitnami Secure Image for DeepSpeed
## What is DeepSpeed?
> DeepSpeed is deep learning software suite for empowering ChatGPT-like model training. Features dense or sparse model inference, high throughput and high compression.
[Overview of DeepSpeed](https://www.deepspeed.ai/)
@ -56,34 +54,10 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM
docker build -t bitnami/APP:latest .
```
## Maintenance
### Upgrade this image
Bitnami provides up-to-date versions of DeepSpeed, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container.
#### Step 1: Get the updated image
```console
docker pull bitnami/deepspeed:latest
```
#### Step 2: Remove the currently running container
```console
docker rm -v deepspeed
```
#### Step 3: Run the new image
Re-create your container from the new image.
```console
docker run --name deepspeed bitnami/deepspeed:latest
```
## Configuration
The following section describes how to run commands
### Running commands
To run commands inside this container you can use `docker run`, for example to execute `deepspeed --help` you can follow the example below: