Spaces:
No application file
No application file
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -45,9 +45,6 @@ COPY requirements.txt .
|
|
| 45 |
# Install Python dependencies
|
| 46 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 47 |
|
| 48 |
-
# Let Selenium auto-download the correct driver
|
| 49 |
-
ENV SELENIUM_MANAGER_DRIVER=1
|
| 50 |
-
|
| 51 |
# Install Playwright browsers
|
| 52 |
RUN playwright install chromium
|
| 53 |
RUN playwright install-deps
|
|
|
|
| 45 |
# Install Python dependencies
|
| 46 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 47 |
|
|
|
|
|
|
|
|
|
|
| 48 |
# Install Playwright browsers
|
| 49 |
RUN playwright install chromium
|
| 50 |
RUN playwright install-deps
|