Unverified Commit 0a4f21c0 authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

fix docker build (#659)

parent 9abb6625
...@@ -2,7 +2,7 @@ FROM nvidia/cuda:11.8.0-devel-ubuntu22.04 ...@@ -2,7 +2,7 @@ FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
ARG TARGETARCH ARG TARGETARCH
ARG VERSION=0.0.0 ARG VERSION=0.0.0
ARG GOFLAGS="'-ldflags -w -s'" ARG GOFLAGS="'-ldflags=-w -s'"
WORKDIR /go/src/github.com/jmorganca/ollama WORKDIR /go/src/github.com/jmorganca/ollama
RUN apt-get update && apt-get install -y git build-essential cmake RUN apt-get update && apt-get install -y git build-essential cmake
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment