Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -25,7 +25,9 @@ RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
25 |
|
26 |
# USER root
|
27 |
|
28 |
-
RUN ollama serve
|
|
|
|
|
29 |
|
30 |
#
|
31 |
# RUN chmod +x /code/start_service.sh
|
|
|
25 |
|
26 |
# USER root
|
27 |
|
28 |
+
RUN ollama serve
|
29 |
+
|
30 |
+
RUN mkdir /.ollama
|
31 |
|
32 |
#
|
33 |
# RUN chmod +x /code/start_service.sh
|