Skip to content
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

deviceQuery compiler fails due to requiring cmake prior to make #242

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

meirlazar
Copy link

Update cuda-ubuntu.dockerfile with install cmake.
Also prior to make, run 'cmake .' to create the make file, otherwise make command fails.
I've tested this successfully on ubuntu 24.04, but it really doesn't matter what version of Ubuntu, this is required.

cmake is required to compile prior to make in order to create the make file, this also needs to be installed prior. Image build fails without it.
@meirlazar meirlazar changed the title deviceQuery compilation fails due to requiring cmake prior to make deviceQuery compiler fails due to requiring cmake prior to make Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant