mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-20 12:47:00 +00:00
Fix wrong command
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user