We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdd073 commit 56caa32Copy full SHA for 56caa32
container-images/musa/Containerfile
@@ -1,13 +1,13 @@
1
-ARG VERSION=rc4.0.1
+ARG VERSION=4.2.0
2
ARG UBUNTU_VERSION=22.04
3
# Base image with MUSA for compilation
4
-FROM docker.io/mthreads/musa:${VERSION}-mudnn-devel-ubuntu${UBUNTU_VERSION} AS builder
+FROM docker.io/mthreads/musa:${VERSION}-mudnn-devel-ubuntu${UBUNTU_VERSION}-amd64 AS builder
5
6
COPY --chmod=755 ../scripts /usr/bin
7
RUN build_llama_and_whisper.sh "musa"
8
9
# Final runtime image
10
-FROM docker.io/mthreads/musa:${VERSION}-mudnn-runtime-ubuntu${UBUNTU_VERSION}
+FROM docker.io/mthreads/musa:${VERSION}-mudnn-runtime-ubuntu${UBUNTU_VERSION}-amd64
11
12
# Copy the entire installation directory from the builder
13
COPY --from=builder /tmp/install /usr
0 commit comments