Fix wrong command

This commit is contained in:
Shang Chieh Tseng
2025-06-18 14:39:37 +08:00
parent 27dd062b8b
commit 21471d0c25

View File

@@ -5,7 +5,6 @@ FROM dogkeeper886/ollama37-builder AS builder
RUN cd /usr/local/src \
&& git clone https://github.com/dogkeeper886/ollama37 \
&& cd ollama37 \
&& git checkout fix-qwen3-architecture-support \
&& CC=/usr/local/bin/gcc CXX=/usr/local/bin/g++ cmake -B build \
&& CC=/usr/local/bin/gcc CXX=/usr/local/bin/g++ cmake --build build \
&& go build -o ollama .