Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
getapi
/
gpt4api
like
0
Paused
App
Files
Files
Fetching metadata from the HF Docker repository...
main
gpt4api
/
Dockerfile
getapi
Update Dockerfile
661878f
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
197 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"
]
#https://github.com/prolapser/GPT4-API