[bitnami/deepspeed] Release 0.17.6-debian-12-r1 (#86603)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-09-29 13:47:29 +02:00 committed by GitHub
parent 7ad056be31
commit c93a363b36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-09-19T22:11:33Z" \ org.opencontainers.image.created="2025-09-29T11:01:53Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ 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.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.source="https://github.com/bitnami/containers/tree/main/bitnami/deepspeed" \
@ -55,7 +55,7 @@ ENV APP_VERSION="0.17.6" \
CPLUS_INCLUDE_PATH="/opt/bitnami/common/include" \ CPLUS_INCLUDE_PATH="/opt/bitnami/common/include" \
CPPFLAGS="-I/opt/bitnami/python/include -I/opt/bitnami/common/include" \ CPPFLAGS="-I/opt/bitnami/python/include -I/opt/bitnami/common/include" \
C_INCLUDE_PATH="/opt/bitnami/common/include" \ C_INCLUDE_PATH="/opt/bitnami/common/include" \
IMAGE_REVISION="0" \ IMAGE_REVISION="1" \
LDFLAGS="-Wl,-rpath: /opt/bitnami/python/lib -L/opt/bitnami/python/lib -Wl,-rpath: /opt/bitnami/common/lib -L/opt/bitnami/common/lib" \ 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}" \ LD_LIBRARY_PATH="/opt/bitnami/python/lib:/opt/bitnami/common/lib:${LD_LIBRARY_PATH}" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/python/bin:$PATH" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/python/bin:$PATH" \

View File

@ -103,6 +103,12 @@ docker run --rm --name deepspeed bitnami/deepspeed:latest --help
Check the [official DeepSpeed documentation](https://www.deepspeed.ai/docs/) for more information about how to use DeepSpeed. Check the [official DeepSpeed documentation](https://www.deepspeed.ai/docs/) for more information about how to use DeepSpeed.
### FIPS configuration in Bitnami Secure Images
The Bitnami DeepSpeed Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
## Notable Changes ## Notable Changes
### Starting January 16, 2024 ### Starting January 16, 2024