Spaces:
Running
Running
zhou12189108
commited on
Commit
•
6e19150
1
Parent(s):
4fe1fc1
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ WORKDIR /app
|
|
18 |
RUN echo "deb http://deb.debian.org/debian/ unstable main contrib non-free" >> /etc/apt/sources.list
|
19 |
RUN apt update
|
20 |
RUN apt install -y python3 python3-pip libgl1-mesa-glx wget libglib2.0-dev sudo libpci-dev psmisc
|
21 |
-
RUN pip install playwright hcaptcha_challenger requests loguru flask Flask-Limiter
|
22 |
RUN dpkg -i /libgl1-mesa-dri.deb \
|
23 |
&& dpkg -i /adwaita-icon-theme.deb \
|
24 |
# Install dependencies
|
@@ -41,7 +41,6 @@ USER foxer
|
|
41 |
RUN playwright install firefox
|
42 |
COPY hcaptcha_solver.py .
|
43 |
|
44 |
-
|
45 |
COPY api.py .
|
46 |
EXPOSE 7860
|
47 |
|
|
|
18 |
RUN echo "deb http://deb.debian.org/debian/ unstable main contrib non-free" >> /etc/apt/sources.list
|
19 |
RUN apt update
|
20 |
RUN apt install -y python3 python3-pip libgl1-mesa-glx wget libglib2.0-dev sudo libpci-dev psmisc
|
21 |
+
RUN pip install -U playwright hcaptcha_challenger requests loguru flask Flask-Limiter
|
22 |
RUN dpkg -i /libgl1-mesa-dri.deb \
|
23 |
&& dpkg -i /adwaita-icon-theme.deb \
|
24 |
# Install dependencies
|
|
|
41 |
RUN playwright install firefox
|
42 |
COPY hcaptcha_solver.py .
|
43 |
|
|
|
44 |
COPY api.py .
|
45 |
EXPOSE 7860
|
46 |
|