Spaces:
Runtime error
Runtime error
Update
Browse files- 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
|