Update Dockerfile
Browse files- 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 \
|