Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LinkSoul
/
AutoAgents
like
69
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
9c48ae2
AutoAgents
/
docker
/
build.sh
Orami01
Upload 274 files
9c48ae2
over 1 year ago
raw
Copy download link
history
blame
Safe
127 Bytes
#!/bin/sh
IMAGE=
"linksoul.ai/autoagents"
VERSION=1.0
docker build --no-cache -f docker/Dockerfile -t
"
${IMAGE}
:
${VERSION}
"
.