Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
llzai
/
opus
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
opus
/
build.sh
llzai
Upload 28 files
80ffd2e
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
#!/bin/bash
docker build --platform linux/amd64 -f Dockerfile -t opus-api:latest .
docker save opus-api:latest -o opus-api.tar
echo
"Build complete: opus-api.tar"