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 974e78a commit 3b48429Copy full SHA for 3b48429
Dockerfile
@@ -103,7 +103,7 @@ FROM scratch AS rocm
103
COPY --from=rocm-6 dist/lib/ollama /lib/ollama
104
105
# Moore Threads (MUSA) build stages
106
-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
107
RUN apt-get update \
108
&& apt-get install -y curl \
109
&& apt-get clean \
0 commit comments