Skip to content

Installation and Setup with DockerFile #113

Closed
@Hemantr05

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 :

  1. check for python
  2. Ask for OS
  3. create a virtual environment
  4. Install all requirements
  5. Checks for cuda (and version) if doesn't exist, will install with pip (without cuda support)
  6. User can choose.
    [a] anaconda [b] pip
  7. 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.

Metadata

Labels

enhancementNew feature or requestinstallationInstallation questions or issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions