Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN pip3 install litellm
|
|
9 |
RUN pip3 install 'litellm[proxy]'
|
10 |
|
11 |
# RUN ollama serve & sleep 5 && ollama run mistral:7b
|
12 |
-
RUN ollama
|
13 |
|
14 |
#ENV SERVER_ROOT_PATH="/api"
|
15 |
|
|
|
9 |
RUN pip3 install 'litellm[proxy]'
|
10 |
|
11 |
# RUN ollama serve & sleep 5 && ollama run mistral:7b
|
12 |
+
RUN ollama serve
|
13 |
|
14 |
#ENV SERVER_ROOT_PATH="/api"
|
15 |
|