alibidaran commited on
Commit
fcb1e6a
·
verified ·
1 Parent(s): 03d5c81

Update Dockerfile

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