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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -48,6 +48,8 @@ RUN ls -la
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
52
 
53
  RUN .venv/bin/uv pip install -r requirements.txt \
 
48
  RUN ls -la .venv/bin/
49
 
50
  # Install Python dependencies and the Chromium browser with Playwright within the venv.
51
+ RUN .venv/bin/python -m ensurepip --upgrade
52
+
53
  RUN .venv/bin/pip install uv playwright
54
 
55
  RUN .venv/bin/uv pip install -r requirements.txt \