From 21471d0c2563937412e6922cbbcefcea83a438ec Mon Sep 17 00:00:00 2001 From: Shang Chieh Tseng Date: Wed, 18 Jun 2025 14:39:37 +0800 Subject: [PATCH] Fix wrong command --- ollama37.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ollama37.Dockerfile b/ollama37.Dockerfile index cfb38413..418ed42e 100644 --- a/ollama37.Dockerfile +++ b/ollama37.Dockerfile @@ -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 .