#!/bin/bash
CURDIRNAME=${PWD##*/}
docker run --name ${USER}_${CURDIRNAME} -d --gpus all -p 8900:8888 -v /home/${USER}:/wd ${USER}_${CURDIRNAME}