Spaces:
Build error
Build error
luanpoppe
commited on
Commit
·
77f91c9
1
Parent(s):
fa52f79
feat: initial commit
Browse files- Dockerfile +3 -0
Dockerfile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
FROM ollama/ollama
|
2 |
+
|
3 |
+
ENTRYPOINT [ "ollama" ,"run" ,"llama3" ]
|