Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 .
|