Spaces:
Runtime error
Runtime error
AI-RESEARCHER-2024
commited on
Commit
•
3ef59eb
1
Parent(s):
9f3397a
Update Dockerfile
Browse files- Dockerfile +2 -2
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 and pull the required model
|
20 |
-
CMD ["sudo","python", "ollama_serve.py", "llama3.2"]
|
21 |
|
22 |
# Set the command to run the Chainlit application
|
23 |
-
CMD ["
|
|
|
17 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
18 |
|
19 |
# Start Ollama server in the background and pull the required model
|
20 |
+
# CMD ["sudo","python", "ollama_serve.py", "llama3.2"]
|
21 |
|
22 |
# Set the command to run the Chainlit application
|
23 |
+
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|