simoncck commited on
Commit
cafa327
·
verified ·
1 Parent(s): b6bfc47

Update Dockerfile

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