Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
omkar56
/
gpt4api
like
0
Sleeping
App
Files
Files
Community
e6a8222
gpt4api
/
Dockerfile
ngoctuanai
Update Dockerfile
d202fc8
12 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
FROM
node:
20
RUN
git
clone
https://github.com/chokiproai/GPT4-API.git
WORKDIR
"GPT4-API"
RUN
npm i
RUN
npm run build
EXPOSE
7680
CMD
[
"npm"
,
"run"
,
"start"
]