Files
sbv2-api/scripts/docker/run_cuda.sh
Googlefan 506ee4d883 refactor
2025-02-22 08:00:17 +00:00

4 lines
133 B
Bash
Executable File

docker run -it --rm -p 3000:3000 --name sbv2 \
-v ./models:/work/models --env-file .env \
--gpus all \
ghcr.io/tuna2134/sbv2-api:cuda