Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gowah44030
/
uc
like
2
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
uc
/
Dockerfile
and
w
9bf15a6
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
187 Bytes
FROM
ghcr.io
/flaresolverr/
flaresolverr:latest
WORKDIR
/usr/
app
COPY
. .
CMD [
"sh"
,
"-c"
,
"pip install undetected-chromedriver xvfbwrapper && pip install Flask && python uc_server.py"
]