Skip to content

Commit 61e7360

Browse files
authored
Merge pull request #1697 from makllama/xd/musa_sdk_upgrade
musa: upgrade musa sdk to rc4.2.0
2 parents 53a2a42 + 3e68dc9 commit 61e7360

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,14 +1,14 @@
1-
ARG VERSION=rc4.0.1
1+
ARG VERSION=rc4.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}-devel-ubuntu${UBUNTU_VERSION}-amd64 AS builder
55

66
COPY . /src/ramalama
77
WORKDIR /src/ramalama
88
RUN container-images/scripts/build_llama_and_whisper.sh musa
99

1010
# Final runtime image
11-
FROM docker.io/mthreads/musa:${VERSION}-mudnn-runtime-ubuntu${UBUNTU_VERSION}
11+
FROM docker.io/mthreads/musa:${VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64
1212

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

0 commit comments

Comments
 (0)