Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -28,8 +28,8 @@ RUN git clone https://github.com/Theyka/Turnstile-Solver.git temp && \
|
|
| 28 |
RUN pip install -r requirements.txt
|
| 29 |
|
| 30 |
# 安装 Playwright 浏览器
|
| 31 |
-
RUN
|
| 32 |
-
RUN
|
| 33 |
|
| 34 |
# 暴露端口
|
| 35 |
EXPOSE 7860
|
|
|
|
| 28 |
RUN pip install -r requirements.txt
|
| 29 |
|
| 30 |
# 安装 Playwright 浏览器
|
| 31 |
+
RUN playwright install chromium
|
| 32 |
+
RUN playwright install-deps chromium
|
| 33 |
|
| 34 |
# 暴露端口
|
| 35 |
EXPOSE 7860
|