mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +00:00
4 lines
133 B
Bash
Executable File
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 |