Skip to content

Instantly share code, notes, and snippets.

View tomas-wood's full-sized avatar

Hoemas Ruud tomas-wood

View GitHub Profile
  1. Make sure you have nvidia-docker installed (I've got this covered on 35 for all users, I believe)
  2. Run nvidia-docker run -it odellus/(sg_srvc:version1|detectron_srvc:version5) and it will take you inside the docker container.
  3. 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 using docker 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.