[bitnami/mxnet] Release 1.9.1-debian-11-r83 (#22104)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-28 06:50:46 +01:00 committed by GitHub
parent d68ee7fa4d
commit 2a76ae8791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.9.1-debian-11-r82" \
org.opencontainers.image.ref.name="1.9.1-debian-11-r83" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mxnet" \
org.opencontainers.image.title="mxnet" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -45,7 +45,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/mxnet/postunpack.sh
ENV APP_VERSION="1.9.1" \
BITNAMI_APP_NAME="mxnet" \
LD_LIBRARY_PATH="/opt/bitnami/python/lib/:$LD_LIBRARY_PATH" \
LD_LIBRARY_PATH="/opt/bitnami/python/lib:$LD_LIBRARY_PATH" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"
WORKDIR /app