Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
free-gpt/gpt4free
New-Bing
/
gpt4free
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
f6e820b
gpt4free
/
Dockerfile
getapi
Update Dockerfile
8c13f55
verified
12 months 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"
]