binary1ne commited on
Commit
84053c9
·
verified ·
1 Parent(s): 8855fbe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -47,7 +47,8 @@ RUN ls -la
47
  #RUN source .venv/bin/activate
48
 
49
  # Install Python dependencies and the Chromium browser with Playwright within the venv.
50
- RUN .venv/bin/uv pip install -r requirements.txt \
 
51
  && playwright install --with-deps chromium
52
 
53
 
 
47
  #RUN source .venv/bin/activate
48
 
49
  # Install Python dependencies and the Chromium browser with Playwright within the venv.
50
+ RUN .venv/bin/uv pip install playwright \
51
+ && .venv/bin/uv pip install -r requirements.txt \
52
  && playwright install --with-deps chromium
53
 
54