Browse Source

fix compilation issue in Dockerfile, remove from `README.md` until ready

Jeffrey Morgan 1 năm trước cách đây
mục cha
commit
7c71c10d4f
4 tập tin đã thay đổi với 2 bổ sung4 xóa
  1. 0 1
      .gitignore
  2. 0 2
      Dockerfile
  3. 0 1
      README.md
  4. 2 0
      llama/ggml-metal.m

+ 0 - 1
.gitignore

@@ -2,6 +2,5 @@
 .vscode
 .env
 .venv
-*.spec
 dist
 ollama

+ 0 - 2
Dockerfile

@@ -1,8 +1,6 @@
 FROM golang:1.20
-RUN apt-get update && apt-get install -y cmake
 WORKDIR /go/src/github.com/jmorganca/ollama
 COPY . .
-RUN cmake -S llama -B llama/build && cmake --build llama/build
 RUN CGO_ENABLED=1 go build -ldflags '-linkmode external -extldflags "-static"' .
 
 FROM alpine

+ 0 - 1
README.md

@@ -18,7 +18,6 @@ Run large language models with `llama.cpp`.
 
 - [Download](https://ollama.ai/download) for macOS
 - Download for Windows (coming soon)
-- Docker: `docker run -p 11434:11434 ollama/ollama`
 
 You can also build the [binary from source](#building).
 

+ 2 - 0
llama/ggml-metal.m

@@ -1,3 +1,5 @@
+// +build darwin
+
 /**
  * llama.cpp - git 5bf2a2771886ee86137e01dbc7492f78fb392066
  *