Files
SIA/test.sh
2024-11-04 14:10:49 +01:00

13 lines
171 B
Bash
Executable File

#!/bin/bash
docker build \
--target sia-test \
--tag sia-test \
.
docker run \
--rm \
--gpus=all \
-v /$(pwd)/model/:/root/model/ \
sia-test