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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -3
Dockerfile CHANGED
@@ -53,9 +53,12 @@ RUN .venv/bin/python -m ensurepip --upgrade
53
  #RUN source .venv/bin/activate
54
  RUN ls -la .venv/bin/
55
 
56
- RUN .venv/bin/pip install uv playwright
57
-
58
- RUN .venv/bin/uv pip install -r requirements.txt \
 
 
 
59
  && .venv/bin/playwright install --with-deps chromium
60
 
61
  # Expose the default port for the web application.
 
53
  #RUN source .venv/bin/activate
54
  RUN ls -la .venv/bin/
55
 
56
+ RUN .venv/bin/pip3 install uv playwright
57
+
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.