-
Notifications
You must be signed in to change notification settings - Fork 7k
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
No longer able to build in Docker #1566
Comments
This is how we build Torch:
This is how we build Torchvision:
|
Hi, I don't have much experience with docker, and I'm not what has changed that could break things for you compared to 0.3.0. Can you try building torchvision from master branch? |
Hi, same problem with "master" (commit 681c6c1) version of torchvision. |
@ahirner can you send a PR fixing the docker in torchvision? Also, cc @seemethere for awareness |
Worked for me, thanks @ahirner ! |
I think the error only pertains custom builds not current wheels? We don't use them either so it would be good to repro the case with official builds and open a new issue if it is @fmassa |
Hi!
We were able to build torchvision 0.3.0 w/cuda in docker container, which doesn't have access to NVidia GPU. However when building 0.4.1 we get the following error:
Is there a way to build torchvision without "NVidia driver"?
The text was updated successfully, but these errors were encountered: