[go: nahoru, domu]

Skip to content

Commit

Permalink
fix docker build (ollama#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxyng committed Sep 30, 2023
1 parent 9abb662 commit 0a4f21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a4f21c

Please sign in to comment.