binary1ne commited on
Commit
fa2cdc1
·
verified ·
1 Parent(s): 855aee4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -58,7 +58,8 @@ RUN .venv/bin/pip3 install uv playwright
58
  #RUN source .venv/bin/activate
59
  RUN ls -la .venv/bin/
60
 
61
- RUN .venv/bin/uv pip3 install -r requirements.txt \
 
62
  && .venv/bin/playwright install --with-deps chromium
63
 
64
  # Expose the default port for the web application.
 
58
  #RUN source .venv/bin/activate
59
  RUN ls -la .venv/bin/
60
 
61
+ # RUN .venv/bin/uv pip3 install -r requirements.txt \
62
+ RUN .venv/bin/pip3 install -r requirements.txt \
63
  && .venv/bin/playwright install --with-deps chromium
64
 
65
  # Expose the default port for the web application.