Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -45,6 +45,7 @@ RUN uv venv --python 3.11
|
|
| 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/pip install uv playwright
|
|
|
|
| 45 |
RUN ls -la
|
| 46 |
|
| 47 |
#RUN source .venv/bin/activate
|
| 48 |
+
RUN ls -la .venv/bin/
|
| 49 |
|
| 50 |
# Install Python dependencies and the Chromium browser with Playwright within the venv.
|
| 51 |
RUN .venv/bin/pip install uv playwright
|