Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,8 +22,8 @@ ENV XDG_CACHE_HOME=/code/.cache
|
|
| 22 |
RUN mkdir -p /code/.cache && chmod -R 777 /code
|
| 23 |
COPY ./requirements.txt /code/requirements.txt
|
| 24 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 25 |
-
RUN pip install playwright
|
| 26 |
RUN playwright install
|
|
|
|
| 27 |
|
| 28 |
COPY . .
|
| 29 |
|
|
|
|
| 22 |
RUN mkdir -p /code/.cache && chmod -R 777 /code
|
| 23 |
COPY ./requirements.txt /code/requirements.txt
|
| 24 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
| 25 |
RUN playwright install
|
| 26 |
+
RUN playwright install-deps
|
| 27 |
|
| 28 |
COPY . .
|
| 29 |
|