File size: 181 Bytes
4730cdc
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# Run the Docker container
docker run -it \
    --gpus all \
    --shm-size=8g \
    --name resshift_container \
    -v $PWD/..:/resshift \
    resshift \
    /bin/bash