ztc1997 commited on
Commit
276fdec
·
1 Parent(s): f402f0e
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM python:3.11-slim
2
 
 
 
3
  RUN curl -fsSL https://ollama.com/install.sh | sh
4
 
5
  RUN ollama pull shaw/dmeta-embedding-zh-small-q4
 
1
  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
6
 
7
  RUN ollama pull shaw/dmeta-embedding-zh-small-q4