Update Dockerfile
Browse files- Dockerfile +6 -3
Dockerfile
CHANGED
|
@@ -53,9 +53,12 @@ RUN .venv/bin/python -m ensurepip --upgrade
|
|
| 53 |
#RUN source .venv/bin/activate
|
| 54 |
RUN ls -la .venv/bin/
|
| 55 |
|
| 56 |
-
RUN .venv/bin/
|
| 57 |
-
|
| 58 |
-
RUN .venv/bin/
|
|
|
|
|
|
|
|
|
|
| 59 |
&& .venv/bin/playwright install --with-deps chromium
|
| 60 |
|
| 61 |
# Expose the default port for the web application.
|
|
|
|
| 53 |
#RUN source .venv/bin/activate
|
| 54 |
RUN ls -la .venv/bin/
|
| 55 |
|
| 56 |
+
RUN .venv/bin/pip3 install uv playwright
|
| 57 |
+
|
| 58 |
+
#RUN source .venv/bin/activate
|
| 59 |
+
RUN ls -la .venv/bin/
|
| 60 |
+
|
| 61 |
+
RUN .venv/bin/uv pip3 install -r requirements.txt \
|
| 62 |
&& .venv/bin/playwright install --with-deps chromium
|
| 63 |
|
| 64 |
# Expose the default port for the web application.
|