alibidaran commited on
Commit
5f581a8
·
verified ·
1 Parent(s): 0362643

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ 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 gradio && \
26
  pip install llama-cpp-python
27
 
28
  # Install Ollama
 
22
  RUN python -m venv venv && \
23
  . /app/venv/bin/activate && \
24
  pip install --upgrade pip && \
25
+ pip install gradio && \
26
  pip install llama-cpp-python
27
 
28
  # Install Ollama