Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jeff86
/
g4f
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
g4f
/
Dockerfile
jeff86
Update Dockerfile
a672852
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
169 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
USER
g4f
CMD
[
"python"
,
"/app/run_app.py"
]