Sadiksmart0 commited on
Commit
340c2c6
·
verified ·
1 Parent(s): a9807bc

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM ollama/ollama
2
+
3
+ # Optional: Automatically pull the model on container start
4
+ CMD ["ollama", "serve"]