Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -47,7 +47,7 @@ RUN ls -la
|
|
| 47 |
#RUN source .venv/bin/activate
|
| 48 |
|
| 49 |
# Install Python dependencies and the Chromium browser with Playwright within the venv.
|
| 50 |
-
RUN .venv/bin/
|
| 51 |
&& .venv/bin/uv pip install -r requirements.txt
|
| 52 |
|
| 53 |
RUN .venv/bin/playwright install --with-deps chromium
|
|
|
|
| 47 |
#RUN source .venv/bin/activate
|
| 48 |
|
| 49 |
# Install Python dependencies and the Chromium browser with Playwright within the venv.
|
| 50 |
+
RUN .venv/bin/pip install uv playwright \
|
| 51 |
&& .venv/bin/uv pip install -r requirements.txt
|
| 52 |
|
| 53 |
RUN .venv/bin/playwright install --with-deps chromium
|