- Make sure you have
nvidia-docker
installed (I've got this covered on 35 for all users, I believe) - Run
nvidia-docker run -it odellus/(sg_srvc:version1|detectron_srvc:version5)
and it will take you inside the docker container. - When you get finished with the work you're doing, don't just
exit
, open a new ssh connection and commit the changes you've made usingdocker commit
(here is how to do it) by entering
nvidia-docker ps (get the container id this way or just read it off the beginning of bash prompt in other terminal)
nvidia-docker commit <container id> odellus/(sg_srvc:version1|detectron_srvc:verstion5)
nvidia-docker push
It will probably ask you for my password, which I can send you through eSpace messenger.