Spaces:
Runtime error
Runtime error
MakcukBobrov
commited on
Commit
•
b8cf788
1
Parent(s):
8e18111
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ WORKDIR $HOME/app
|
|
15 |
|
16 |
COPY --chown=user:user Modelfile $HOME/app/
|
17 |
|
18 |
-
RUN curl -fsSL https://
|
19 |
|
20 |
RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
|
21 |
|
|
|
15 |
|
16 |
COPY --chown=user:user Modelfile $HOME/app/
|
17 |
|
18 |
+
RUN curl -fsSL https://ollama.com/install.sh | sh
|
19 |
|
20 |
RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
|
21 |
|