Skip to content

Commit 7580cdc

Browse files
committed
musa: remove hardcoded platform constraints from Docker target musa-4 (#6)
Signed-off-by: Xiaodong Ye <[email protected]>
1 parent 05c6817 commit 7580cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ FROM scratch AS rocm
138138
COPY --from=rocm-6 dist/lib/ollama /lib/ollama
139139

140140
# Moore Threads (MUSA) build stages
141-
FROM --platform=linux/amd64 mthreads/musa:${MUSAVERSION}-mudnn-devel-ubuntu22.04 AS musa-4
141+
FROM mthreads/musa:${MUSAVERSION}-mudnn-devel-ubuntu22.04 AS musa-4
142142
RUN apt-get update \
143143
&& apt-get install -y curl \
144144
&& apt-get clean \

0 commit comments

Comments
 (0)