Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wudada
/
chatgpt
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f35c317
chatgpt
/
Dockerfile
wudada
Update Dockerfile
f35c317
over 1 year ago
raw
Copy download link
history
blame
Safe
211 Bytes
docker --version
docker pull yidadaa/chatgpt-next-web
docker
run
-d -p 3000:3000 \
-e
OPENAI_API_KEY
=
"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"
\
-e
CODE
=
"a123456"
\
yidadaa/chatgpt-next-web