-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to run pytorch-notebook docker container #316
Conversation
Good point! I opened #319 to track
I think adding this in For those that don't have a local GPU one of the easiest ways I've found to run a Docker container with Pytorch on a GPU is via Azure Container Instances https://github.com/Denolle-Lab/azure/tree/main/aci_plus_volume, not sure if it's worth adding some documentation on that? Currently we just have https://github.com/pangeo-data/pangeo-docker-images#how-to-launch-an-image-with-a-cloud-provider-on-your-own-account |
Hmm yes,
It looks quite involved, but I suppose we could copy some stuff from that. Ideally there would be a one-click GPU-enabled binder link (behind a login of course). I know that microsoft/torchgeo#316 made a 'Open on Planetary Computer' button like , but this won't be pulling the |
Agreed! Not sure if it's in scope for the upcoming revamped pangeo-binder (2i2c-org/infrastructure#919). Happy to merge this as is if you'd like. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Follow up of #315 to document how to run the
pytorch-notebook
docker image.Output of
docker run -it --rm --gpus all pangeo/pytorch-notebook:master nvidia-smi
should show something like this:TODO update https://pangeo-data.github.io/pangeo-stacks/images.html too?