ztc1997 commited on
Commit
8b3ebde
1 Parent(s): 3d59fa0
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM python:3.11-slim
2
 
3
  RUN apt-get update && apt-get install git -y && apt-get install curl -y
4
 
5
- RUN curl -fsSL https://ollama.com/install.sh | sh & ollama pull shaw/dmeta-embedding-zh-small-q4
 
 
6
 
7
  CMD ["ollama", "serve"]
 
2
 
3
  RUN apt-get update && apt-get install git -y && apt-get install curl -y
4
 
5
+ RUN curl -fsSL https://ollama.com/install.sh | sh
6
+
7
+ RUN ollama serve & ollama pull shaw/dmeta-embedding-zh-small-q4
8
 
9
  CMD ["ollama", "serve"]