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