Skip to content

Commit 56caa32

Browse files
committed
musa: upgrade musa sdk to 4.2.0
Signed-off-by: Xiaodong Ye <[email protected]>
1 parent 7bdd073 commit 56caa32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

container-images/musa/Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
ARG VERSION=rc4.0.1
1+
ARG VERSION=4.2.0
22
ARG UBUNTU_VERSION=22.04
33
# Base image with MUSA for compilation
4-
FROM docker.io/mthreads/musa:${VERSION}-mudnn-devel-ubuntu${UBUNTU_VERSION} AS builder
4+
FROM docker.io/mthreads/musa:${VERSION}-mudnn-devel-ubuntu${UBUNTU_VERSION}-amd64 AS builder
55

66
COPY --chmod=755 ../scripts /usr/bin
77
RUN build_llama_and_whisper.sh "musa"
88

99
# Final runtime image
10-
FROM docker.io/mthreads/musa:${VERSION}-mudnn-runtime-ubuntu${UBUNTU_VERSION}
10+
FROM docker.io/mthreads/musa:${VERSION}-mudnn-runtime-ubuntu${UBUNTU_VERSION}-amd64
1111

1212
# Copy the entire installation directory from the builder
1313
COPY --from=builder /tmp/install /usr

0 commit comments

Comments
 (0)