diff --git a/bitnami/deepspeed/0/debian-12/Dockerfile b/bitnami/deepspeed/0/debian-12/Dockerfile index 894506d1dcb1..747dc97b6af0 100644 --- a/bitnami/deepspeed/0/debian-12/Dockerfile +++ b/bitnami/deepspeed/0/debian-12/Dockerfile @@ -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" \ diff --git a/bitnami/deepspeed/README.md b/bitnami/deepspeed/README.md index c8f6b30ed3de..2eff491839e4 100644 --- a/bitnami/deepspeed/README.md +++ b/bitnami/deepspeed/README.md @@ -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: