Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ COPY main.py .
|
|
20 |
# # Start Ollama server in the background
|
21 |
# RUN nohup ollama &
|
22 |
|
23 |
-
RUN curl -fsSL https://ollama.com/install.sh | /bin/sh
|
24 |
|
25 |
# RUN ollama serve
|
26 |
|
|
|
20 |
# # Start Ollama server in the background
|
21 |
# RUN nohup ollama &
|
22 |
|
23 |
+
RUN curl -fsSL https://ollama.com/install.sh | /bin/sh
|
24 |
|
25 |
# RUN ollama serve
|
26 |
|