Skip to content

Commit cf8fabc

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

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
@@ -103,7 +103,7 @@ FROM scratch AS rocm
103103
COPY --from=rocm-6 dist/lib/ollama /lib/ollama
104104

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

0 commit comments

Comments
 (0)