mirror of
https://github.com/ollama/ollama.git
synced 2025-04-01 16:38:50 +02:00
add Dockerfile
This commit is contained in:
parent
3db89d2125
commit
54a94566f1
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM ubuntu:22.04
|
||||
RUN apt-get update && apt-get install -y build-essential python3.11 python3-pip
|
||||
RUN python3.11 -m pip install ollama
|
||||
ENTRYPOINT ["ollama"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user