From 0a4f21c0a723e71278e4a619eb263c58d02f256e Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Sat, 30 Sep 2023 13:34:01 -0700 Subject: [PATCH] fix docker build (#659) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 337303ca..ccb92df2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM nvidia/cuda:11.8.0-devel-ubuntu22.04 ARG TARGETARCH ARG VERSION=0.0.0 -ARG GOFLAGS="'-ldflags -w -s'" +ARG GOFLAGS="'-ldflags=-w -s'" WORKDIR /go/src/github.com/jmorganca/ollama RUN apt-get update && apt-get install -y git build-essential cmake