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