Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shethjenil
/
GPT4FREE
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f51b9e2
GPT4FREE
/
Dockerfile
shethjenil
Upload Dockerfile
f51b9e2
verified
3 months ago
raw
Copy download link
history
blame
Safe
128 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)"
]