Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
shethjenil/GPT4FREE
sanbo1200
/
ggx
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
df207b6
ggx
/
Dockerfile
sanbo1200
Update Dockerfile
df207b6
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
199 Bytes
FROM
python
:
3.11
RUN
pip
install
g4f
[all]
g4f
[webdriver]
#
CMD
[
"python"
,
"-c"
,
"from g4f.gui import run_gui;run_gui(port=7860)"
]
CMD
[
"python"
,
"-c"
,
"from g4f.api import run_api;run_api(port=7860)"
]