Dockerization example
- Login to GPU server
- Create the Projects and Dataset folder under username
- Locate the code and dockerfile under specific project folder.
- Build Docker container using
"sudo docker build -f ./dockerfile -t hellocamca ./" - Run hellocamca image with mounting a folder of GPU server as "external_folder"
"sudo docker run --rm --gpus all -v /home/local/PARTNERS/sy1045/:/external_folder hellocamca"