Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
getapi
/
g4f
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
g4f
/
Dockerfile
getapi
Update Dockerfile
8c13f55
verified
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
161 Bytes
FROM
hlohaus789/g4f:latest
WORKDIR
/app
RUN
chmod
777 /app
COPY
run_app.py /app/run_app.py
EXPOSE
8080
EXPOSE
1337
EXPOSE
7900
CMD
[
"python"
,
"/app/run_app.py"
]