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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -50,6 +50,9 @@ RUN ls -la .venv/bin/
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 \
 
50
  # Install Python dependencies and the Chromium browser with Playwright within the venv.
51
  RUN .venv/bin/python -m ensurepip --upgrade
52
 
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 \