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

14 lines
164 B
Bash
Executable File

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