Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -15,8 +15,7 @@ WORKDIR $HOME/app
|
|
15 |
|
16 |
COPY --chown=user:user Modelfile $HOME/app/
|
17 |
|
18 |
-
RUN
|
19 |
-
|
20 |
-
RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
|
21 |
|
22 |
EXPOSE 11434
|
|
|
15 |
|
16 |
COPY --chown=user:user Modelfile $HOME/app/
|
17 |
|
18 |
+
RUN ollama pull deepseek-r1:1.5b-qwen-distill-q8_0 & sleep 5
|
19 |
+
RUN ollama serve & sleep 5
|
|
|
20 |
|
21 |
EXPOSE 11434
|