AutoAgents / docker /build.sh
Orami01's picture
Upload 274 files
9c48ae2
raw
history blame
127 Bytes
#!/bin/sh
IMAGE="linksoul.ai/autoagents"
VERSION=1.0
docker build --no-cache -f docker/Dockerfile -t "${IMAGE}:${VERSION}" .