ztc1997 commited on
Commit
ae66908
1 Parent(s): 55c44a0

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ollama:latest
2
+
3
+ RUN ollama pull shaw/dmeta-embedding-zh-small-q4
4
+
5
+ CMD ["ollama", "serve"]