Trisha Tomy commited on
Commit
c26a5ea
·
1 Parent(s): e292217

updated dockerfile added debug stmts

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -57,6 +57,8 @@ RUN pip install --no-cache-dir --no-input --force-reinstall -e git+https://githu
57
 
58
  # Install the rest of the common Python dependencies from requirements.txt
59
  RUN pip install --no-cache-dir -r requirements.txt
 
 
60
 
61
  # --- END: Core Python and proxy-lite setup ---
62
 
 
57
 
58
  # Install the rest of the common Python dependencies from requirements.txt
59
  RUN pip install --no-cache-dir -r requirements.txt
60
+ RUN python -m playwright --version
61
+ RUN ls -al /root/.cache/ms-playwright/ # To see if browsers are even downloaded
62
 
63
  # --- END: Core Python and proxy-lite setup ---
64