luciagomez commited on
Commit
7c8265b
·
verified ·
1 Parent(s): 9e2662d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apt-get update && \
16
 
17
  # Install Python packages
18
  RUN pip install --upgrade pip
19
- RUN pip install --no-cache-dir torch transformers accelerate huggingface_hub gradio
20
 
21
  # Copy requirements first for caching
22
  COPY requirements.txt .
 
16
 
17
  # Install Python packages
18
  RUN pip install --upgrade pip
19
+ RUN pip install --no-cache-dir torch transformers accelerate huggingface_hub gradio google-search-results
20
 
21
  # Copy requirements first for caching
22
  COPY requirements.txt .