Spaces:
Runtime error
Runtime error
AI-RESEARCHER-2024
commited on
Commit
•
a65d371
1
Parent(s):
eba25ab
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN pip install -r requirements.txt
|
|
17 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
18 |
|
19 |
# Start Ollama server in the background
|
20 |
-
RUN ollama serve &
|
21 |
|
22 |
# Pull the Ollama model
|
23 |
RUN ollama pull llama3.2:latest
|
|
|
17 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
18 |
|
19 |
# Start Ollama server in the background
|
20 |
+
RUN nohup ollama serve &
|
21 |
|
22 |
# Pull the Ollama model
|
23 |
RUN ollama pull llama3.2:latest
|