Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
free-gpt/gpt4free
New-Bing
/
gpt4free
like
0
Sleeping
App
Files
Files
Community
cfae9e0
gpt4free
/
Dockerfile
getapi
Update Dockerfile
8c13f55
verified
9 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"
]