I would like to propose and implement a DockerFile for easy installation and set up of pytorch3d
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.
The DoclkerFile would :
NOTE: we only consider adding new features if they are useful for many users.
@Hemantr05 yes this sounds like a good idea. Do you plan to implement it or do you need support from us?
@nikhilaravi will try implementing it. Should be done by today.
If any support is needed, what would be the approach for it?
Great! Feel free to make a PR when you're ready. If you have any questions you can ask them here or on your PR.
Will do, thanks a ton @nikhilaravi
I was successfully able to setup pytorch3d using docker. Let me know if anyone needs any help.
@bhadresh74 is it possible for you share the same?
install_Pytorch3D_Dockerfile.txt
@Hemantr05 There it is. Enjoy.
@bhadresh74 thank you
Seems like this issue is resolved. I am closing it and feel free to reopen it if anything new emerges.
It seems not to work today because pytoch3d=0.2.0=py36_cu100_pyt14 has removed in -c pytorch3d-nightly
The solution is to replace RUN conda install --name pytorch3d pytorch3d -c pytorch3d-nightly with RUN conda install --name pytorch3d pytorch3d -c pytorch3d because pytoch3d=0.2.0=py36_cu100_pyt14 exists in -c pytorch3d
Most helpful comment
install_Pytorch3D_Dockerfile.txt
@Hemantr05 There it is. Enjoy.