Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sanbo1200/duck2api
sanbo1200
/
d1
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
d1
/
old
/
build_docker.sh
sanbo
update sth. at 2025-02-06 17:45:33
1214fba
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
#!/bin/bash
## 编译镜像
docker build -t duckapi .
## 启动镜像
docker run -d -p 7860:7860 --name tillduck --restart=always duckapi