binary1ne commited on
Commit
2a31ba2
·
verified ·
1 Parent(s): bb078d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -45,6 +45,7 @@ RUN uv venv --python 3.11
45
  RUN ls -la
46
 
47
  #RUN source .venv/bin/activate
 
48
 
49
  # Install Python dependencies and the Chromium browser with Playwright within the venv.
50
  RUN .venv/bin/pip install uv playwright
 
45
  RUN ls -la
46
 
47
  #RUN source .venv/bin/activate
48
+ RUN ls -la .venv/bin/
49
 
50
  # Install Python dependencies and the Chromium browser with Playwright within the venv.
51
  RUN .venv/bin/pip install uv playwright