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 05c6817 commit 7580cdcCopy full SHA for 7580cdc
Dockerfile
@@ -138,7 +138,7 @@ FROM scratch AS rocm
138
COPY --from=rocm-6 dist/lib/ollama /lib/ollama
139
140
# Moore Threads (MUSA) build stages
141
-FROM --platform=linux/amd64 mthreads/musa:${MUSAVERSION}-mudnn-devel-ubuntu22.04 AS musa-4
+FROM mthreads/musa:${MUSAVERSION}-mudnn-devel-ubuntu22.04 AS musa-4
142
RUN apt-get update \
143
&& apt-get install -y curl \
144
&& apt-get clean \
0 commit comments