Trying to build the image with a machine with 16GB of RAM is impossible. #290
-
Hi,
I wanted to add some debugging to see the issue around:
And then wanted to build the image with:
But it ends up creating many-many 1.) Is there a way to limit parallel 2.) Any idea about the CUDA issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
How do you run the docker container? Do you use the nvidia runtime? |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for the answer!
Now I made a minor change in Dockerfile-cuda and added:
And now using
About the other issue, I have found the problem. Unfortunately the current error handling suppressing the real error. compute_cap.rs
and
This line If I may suggest it would be great to get the real cuda errors back in any case. |
Beta Was this translation helpful? Give feedback.
-
Is anyone else still finding this extremely difficult to build? I've tried all of the above and still get hung on compiling parts of:
If anyone has a good build solution please let me know! |
Beta Was this translation helpful? Give feedback.
Hi,
Thanks for the answer!
I was using the guide from here.
Now I made a minor change in Dockerfile-cuda and added:
And now using