Commit 54a94566 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

add `Dockerfile`

parent 3db89d21
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"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment