Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -15,7 +15,8 @@ WORKDIR $HOME/app
|
|
15 |
|
16 |
COPY --chown=user:user Modelfile $HOME/app/
|
17 |
|
18 |
-
RUN
|
19 |
-
|
|
|
20 |
|
21 |
EXPOSE 11434
|
|
|
15 |
|
16 |
COPY --chown=user:user Modelfile $HOME/app/
|
17 |
|
18 |
+
RUN curl -fsSL https://huggingface.co/unsloth/DeepSeek-R1-Distill-Qwen-1.5B-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B-Q8_0.gguf?download=true -o r1.gguf
|
19 |
+
|
20 |
+
RUN ollama serve & sleep 5 && ollama create r1 -f Modelfile
|
21 |
|
22 |
EXPOSE 11434
|