Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ RUN pip install -r requirements.txt
|
|
| 16 |
|
| 17 |
# Install Playwright browsers after Python packages are installed
|
| 18 |
ENV PLAYWRIGHT_BROWSERS_PATH=/tmp/playwright-browsers
|
| 19 |
-
RUN playwright install chromium
|
| 20 |
|
| 21 |
# Verify the installation
|
| 22 |
RUN playwright --version && ls -la /tmp/playwright-browsers/
|
|
|
|
| 16 |
|
| 17 |
# Install Playwright browsers after Python packages are installed
|
| 18 |
ENV PLAYWRIGHT_BROWSERS_PATH=/tmp/playwright-browsers
|
| 19 |
+
RUN playwright install chromium
|
| 20 |
|
| 21 |
# Verify the installation
|
| 22 |
RUN playwright --version && ls -la /tmp/playwright-browsers/
|