Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanbo1200
/
duck2api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cd15926
duck2api
/
build_docker.sh
sanbo
upate
6390363
2 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
#!/bin/bash
## ηΌθ―ιε
docker build -t duckapi .
## ε―ε¨ιε
docker run -d -p 7860:7860 --name tillduck --restart=always duckapi