Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
getapi
/
g4f
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6185eea
g4f
/
Dockerfile
getapi
Update Dockerfile
fef0af5
verified
about 1 year ago
raw
Copy download link
history
blame
124 Bytes
FROM
hlohaus789/g4f:latest
EXPOSE
8080
EXPOSE
1337
EXPOSE
7900
CMD
[
"python"
,
"-m"
,
"g4f.api.Api().run(ip='0.0.0.0:1337')"
]