-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Installation and Setup with DockerFile #113
Comments
@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. |
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 |
@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 |
How do you upgrade the pytorch3d version after running the docker? Running |
Dear @bhadresh74, within your dockerfile you are using python 3.6, but the recommended one is 3.8. I am trying since hours to install it with 3.8 but it doesnt work. Do you mind helping me on that? |
An official docker image is really needed to avoid the countless hours being spent by researchers and developers trying to get it installed! |
Please,How can I use pytorch3d in docker? |
This x100 for Windows users. |
@bhadresh74 is there a way to make a Docker image that generates pytorch3d v0.7.0, for use on a Windows machine? I have been trying, but it seems as though this Docker File is not working (I am on Windows, and have not made any changes). I assume that it should work regardless of machine, I have just been having a lot of trouble getting things to work. @bottler, please consider an official Docker image for those of us in the community on Windows machines. It is extremely difficult the build pytorch3d on the Windows OS, which is unfortunate given how important it is in the realm of research. I am certain that the team who developed it can come up with a phenomenal solution. |
If you want to use PyTorch3D in docker rather than on windows itself, you can use an existing package; I don't see why a pytorch3d specific image would be that useful. For example, starting with an official pytorch package, these conda install steps are fast:
|
🚀 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 :
[a] anaconda [b] pip
[a] Install from Github [b] Install from local clone
NOTE: we only consider adding new features if they are useful for many users.
The text was updated successfully, but these errors were encountered: