mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
fix docker build (#659)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user