alibidaran commited on
Commit
1d819fa
·
verified ·
1 Parent(s): ae80400

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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