pytorch3d
pytorch3d copied to clipboard
Dockerfile for use with Jupyter Lab
🚀 Feature
Provide a docker file that will allow the user to run a Jupyter Lab server in a container.
Motivation
Some research settings provide GPU servers that are shared between several different users. Containers make sure that each user can maintain their own dependencies without interfering with others'.
~~Pitch~~ Solution
I have created a Dockerfile that sets up Nvidia's PyTorch image and successfully runs through the Sphere to Dolphin deformation notebook. This is not without warnings, mind you, but these are mostly related to the plotting of mesh figures, and do not impact the actual deforming.
I use this dockerfile in conjunction with Singularity, but it should be usable with just Docker.
Feel free to take that Dockerfile and improve it/adapt it to your needs, as there are some parts in there that you might not strictly need yourself, or maybe it is lacking this one package you do need.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.