Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -23,6 +23,7 @@ RUN python -m venv venv && \
|
|
23 |
. /app/venv/bin/activate && \
|
24 |
pip install --upgrade pip && \
|
25 |
pip install --no-cache-dir gradio requests
|
|
|
26 |
|
27 |
# Install Ollama
|
28 |
RUN curl https://ollama.ai/install.sh | sh
|
|
|
23 |
. /app/venv/bin/activate && \
|
24 |
pip install --upgrade pip && \
|
25 |
pip install --no-cache-dir gradio requests
|
26 |
+
pip install ollama
|
27 |
|
28 |
# Install Ollama
|
29 |
RUN curl https://ollama.ai/install.sh | sh
|