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