[bitnami/mxnet] Release 1.9.1-debian-11-r104 (#28999)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
7376c6b81f
commit
acbeeba4a6
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-04-01T14:13:49Z" \
|
||||
org.opencontainers.image.created="2023-04-01T22:38:09Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.9.1-debian-11-r103" \
|
||||
org.opencontainers.image.ref.name="1.9.1-debian-11-r104" \
|
||||
org.opencontainers.image.title="mxnet" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.9.1"
|
||||
|
|
@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl libaec0 libaom0 libarmadillo10 libarpa
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.8.16-9-linux-${OS_ARCH}-debian-11" \
|
||||
"mxnet-1.9.1-161-linux-${OS_ARCH}-debian-11" \
|
||||
"mxnet-1.9.1-162-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-5-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.9.1-161"
|
||||
"version": "1.9.1-162"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
Loading…
Reference in New Issue