Update Dockerfile
Browse files- 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/
|
| 31 |
-
/web-ui/.venv/bin/
|
| 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)
|