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