Skip to content

Commit d5f3c44

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

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
@@ -105,7 +105,7 @@ FROM scratch AS rocm
105105
COPY --from=rocm-6 dist/lib/ollama /lib/ollama
106106

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

0 commit comments

Comments
 (0)