binary1ne commited on
Commit
8855fbe
·
verified ·
1 Parent(s): 9a08443

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ RUN uv venv --python 3.11
44
  # ENV PATH="/app/web-ui/.venv/bin:$PATH"
45
  RUN ls -la
46
 
47
- RUN source .venv/bin/activate
48
 
49
  # Install Python dependencies and the Chromium browser with Playwright within the venv.
50
  RUN .venv/bin/uv pip install -r requirements.txt \
 
44
  # ENV PATH="/app/web-ui/.venv/bin:$PATH"
45
  RUN ls -la
46
 
47
+ #RUN source .venv/bin/activate
48
 
49
  # Install Python dependencies and the Chromium browser with Playwright within the venv.
50
  RUN .venv/bin/uv pip install -r requirements.txt \