mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +00:00
5 lines
135 B
Bash
Executable File
5 lines
135 B
Bash
Executable File
docker run -it --rm -p 3000:3000 --name sbv2 \
|
|
-v ./models:/work/models --env-file .env \
|
|
--gpus all \
|
|
ghcr.io/neodyland/sbv2-api:cuda
|