Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -76,6 +76,7 @@ RUN pip install --no-cache-dir --upgrade pip setuptools wheel
|
|
76 |
# Cài đặt Playwright và các phần phụ thuộc
|
77 |
RUN pip install playwright
|
78 |
RUN playwright install
|
|
|
79 |
|
80 |
# Sao chép mã nguồn
|
81 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
76 |
# Cài đặt Playwright và các phần phụ thuộc
|
77 |
RUN pip install playwright
|
78 |
RUN playwright install
|
79 |
+
RUN playwright install-deps
|
80 |
|
81 |
# Sao chép mã nguồn
|
82 |
COPY ./requirements.txt /code/requirements.txt
|