Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tang-x
/
novel
like
0
Paused
App
Files
Files
Community
main
novel
/
docker_run.sh
tang-x
Create docker_run.sh
a467e75
verified
21 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
187 Bytes
# 构建并启动docker
docker build -t maoxiaoyuz/long-novel-gpt:2.0.0 .
docker run -p 80:80 --env-file .
env
--add-host=host.docker.internal:host-gateway maoxiaoyuz/long-novel-gpt:2.0.0