Selaa lähdekoodia

add `Dockerfile`

Jeffrey Morgan 1 vuosi sitten
vanhempi
commit
54a94566f1
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      Dockerfile

+ 5 - 0
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"]
+