Spaces:
Sleeping
Sleeping
Create Dockerfile
Browse files- 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"]
|