diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..c90c2f31 --- /dev/null +++ b/Dockerfile @@ -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"] +