Closed vitahlin closed 3 years ago
#!/usr/bin/env bash easy_path=/home/${USER}/easy_data if [ ! -d $easy_path ];then mkdir $easy_path else echo $easy_path fi docker run -it --shm-size="2g" --gpus=all -v ${easy_path}:/easy easy_ubuntu