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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -22,8 +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 requests llama-cpp-python &&\
26
- pip install gradio
27
 
28
  # Install Ollama
29
  #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 llama-cpp-python
 
26
 
27
  # Install Ollama
28
  #RUN curl https://ollama.ai/install.sh | sh