Hugging Face
Models
Datasets
Spaces
Community
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...
3480a31
g4f
/
Dockerfile
getapi
Update Dockerfile
8c13f55
verified
over 1 year ago
raw
Copy download link
history
blame
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"
]