File size: 184 Bytes
f670afc
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
docker run \
    --gpus all \
    --shm-size 32g \
    --ipc=host \
    -it \
    -v /mnt:/mnt \
    -v ~/:/home \
    nvcr.io/nvidian/lpr-imagine/imaginaire:${1}-py3 \
    /bin/bash