Trisha Tomy commited on
Commit
8bbbb7d
·
1 Parent(s): 5c098bd

updated dockerfile playwright install

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -66,8 +66,7 @@ RUN mkdir -p /app/src/proxy-lite/local_trajectories \
66
 
67
  # Install Playwright browser binaries within the container
68
  # Using 'python -m playwright install' is more explicit and robust
69
- # '--with-deps' ensures all necessary system dependencies for Playwright's browser are also installed
70
- RUN python -m playwright install chromium --with-deps
71
 
72
  # Set environment variables for Playwright
73
  ENV PLAYWRIGHT_BROWSERS_PATH=/root/.cache/ms-playwright/
 
66
 
67
  # Install Playwright browser binaries within the container
68
  # Using 'python -m playwright install' is more explicit and robust
69
+ RUN python -m playwright install chromium
 
70
 
71
  # Set environment variables for Playwright
72
  ENV PLAYWRIGHT_BROWSERS_PATH=/root/.cache/ms-playwright/