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