Closed
Description
🚀 Feature
I would like to propose and implement a DockerFile for easy installation and set up of pytorch3d
Motivation
A lot of users might face problems while installation, I personally took some time to set it up, but a dockerfile makes this easier.
One line of code to run the dockerfile.
Pitch
The DoclkerFile would :
- check for python
- Ask for OS
- create a virtual environment
- Install all requirements
- Checks for cuda (and version) if doesn't exist, will install with pip (without cuda support)
- User can choose.
[a] anaconda [b] pip - User can choose building / installing from source.
[a] Install from Github [b] Install from local clone
NOTE: we only consider adding new features if they are useful for many users.