Skip to content

Instantly share code, notes, and snippets.

@tomas-wood
Created September 13, 2018 19:53
Show Gist options
  • Save tomas-wood/3d3a53729785f097b8ed196a9eb4e128 to your computer and use it in GitHub Desktop.
Save tomas-wood/3d3a53729785f097b8ed196a9eb4e128 to your computer and use it in GitHub Desktop.
  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment