binary1ne commited on
Commit
0a20a6a
·
verified ·
1 Parent(s): 78be0d3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -27,8 +27,8 @@ RUN chmod +x /web-ui/.venv/bin/python
27
 
28
  # Install dependencies and chromium
29
  RUN /web-ui/.venv/bin/python -m ensurepip --upgrade && \
30
- /web-ui/.venv/bin/pip install --upgrade pip uv playwright && \
31
- /web-ui/.venv/bin/pip install -r requirements.txt && \
32
  /web-ui/.venv/bin/playwright install --with-deps chromium
33
 
34
  # Fix permissions (recursive + follow symlinks)
 
27
 
28
  # Install dependencies and chromium
29
  RUN /web-ui/.venv/bin/python -m ensurepip --upgrade && \
30
+ /web-ui/.venv/bin/pip3 install --upgrade pip uv playwright && \
31
+ /web-ui/.venv/bin/pip3 install -r requirements.txt && \
32
  /web-ui/.venv/bin/playwright install --with-deps chromium
33
 
34
  # Fix permissions (recursive + follow symlinks)