Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -16,6 +16,9 @@ WORKDIR /app
|
|
| 16 |
|
| 17 |
COPY requirements.txt .
|
| 18 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
COPY app.py .
|
| 21 |
|
|
|
|
| 16 |
|
| 17 |
COPY requirements.txt .
|
| 18 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 19 |
+
RUN pip install --no-cache-dir -r requirements.txt
|
| 20 |
+
RUN playwright install chromium
|
| 21 |
+
RUN playwright install-deps
|
| 22 |
|
| 23 |
COPY app.py .
|
| 24 |
|