-
Notifications
You must be signed in to change notification settings - Fork 80
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
[FEA]: Dockerfile for nvcomp #52
Comments
Building and then running nvcomp can be a bit tricky with dependencies on different versions of cmake and CUDA etc. This commit creates a Dockerfile which makes it much easier to build the nvcomp library and benchmarks in a consistent environment. One can then either copy the files out of the container onto the host or use the nvidia-docker [1] framework to run programs against GPUs installed on the system. [1]: https://github.com/NVIDIA/nvidia-docker Addresses NVIDIA#52.
I submitted a draft PR for this just to get some initial feedback on interest. LMK what you think and I can take the feedback and work on a full PR if there is interest. |
This issue has been labeled |
This issue has been labeled |
Add a Dockerfile to the repo to assist in the building of the nvcomp library and benchmarks. Given the interdependencies on gcc, CUDA and distro this would be a useful addition to the repository.
A Dockerfile in a docker subfolder that builds nvcomp (including the extensions).
I'll work up a RFI PR for this for discussion.
The text was updated successfully, but these errors were encountered: