undefined symbol: cuDeviceGetCount - inside of a charliecloud container #1857
Replies: 4 comments 3 replies
-
Smells like some kind of library mis-match. Thanks for the nice reproduction recipe. I'll try to find the right person internally to think about it. |
Beta Was this translation helpful? Give feedback.
-
@VladimirFokow which version of |
Beta Was this translation helpful? Give feedback.
-
Hmm, unfortunately the GPU systems I have access to only have
However, I think the error I encountered is probably fixable, I just don't know what I am doing. So I wonder if the nvidia-container-cli version has something to do with your error. |
Beta Was this translation helpful? Give feedback.
-
Possibly, Isaac Sim isn't supported on A100 at all (A100 have no RT cores): |
Beta Was this translation helpful? Give feedback.
-
Hello,
I get
undefined symbol: cuDeviceGetCount
inside of a charliecloud container:isaac-sim/OmniIsaacGymEnvs#145
I'm not sure if this is an issue with charliecloud or not.
I'm writing it here in case it may be relevant to charliecloud, or just if you have some thoughts about it.
Thanks!
(more details if needed)
(charliecloud version: 0.32)
Dockerfile:
(requires the nvidia's api key to pull)
Building the container:
entryscript.sh
:Running the container:
Inside, run:
get the error:
Beta Was this translation helpful? Give feedback.
All reactions