fix: add ldflags for version, remove privileged, enable flash attention
This commit is contained in:
@@ -74,7 +74,7 @@ RUN mkdir -p build-hip && \
|
||||
|
||||
# Step 3: Build Go binary (GCC for CGo linking)
|
||||
ENV CGO_ENABLED=1
|
||||
RUN go build -trimpath -o /build/dist/ollama .
|
||||
RUN go build -trimpath -ldflags="-X=github.com/ollama/ollama/version.Version=${OLLAMA_VERSION}" -o /build/dist/ollama .
|
||||
|
||||
# ---------- Runtime image ----------
|
||||
FROM ubuntu:24.04
|
||||
|
||||
Reference in New Issue
Block a user