We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53a2a42 + 3e68dc9 commit 61e7360Copy full SHA for 61e7360
container-images/musa/Containerfile
@@ -1,14 +1,14 @@
1
-ARG VERSION=rc4.0.1
+ARG VERSION=rc4.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}-devel-ubuntu${UBUNTU_VERSION}-amd64 AS builder
5
6
COPY . /src/ramalama
7
WORKDIR /src/ramalama
8
RUN container-images/scripts/build_llama_and_whisper.sh musa
9
10
# Final runtime image
11
-FROM docker.io/mthreads/musa:${VERSION}-mudnn-runtime-ubuntu${UBUNTU_VERSION}
+FROM docker.io/mthreads/musa:${VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64
12
13
# Copy the entire installation directory from the builder
14
COPY --from=builder /tmp/install /usr
0 commit comments