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
e624d89
gpt4free
/
Dockerfile
jeff86
Update Dockerfile
a672852
verified
6 months ago
raw
Copy download link
history
blame
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"
]