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

docker/Dockerfile: Create a docker-based way to build nvcomp #53

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sbates130272
Copy link

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.

Addresses #52.

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.
@github-actions
Copy link

github-actions bot commented Mar 9, 2022

This PR has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates. This PR will be labeled inactive-90d if there is no activity in the next 60 days.

@mnicely mnicely added this to the 2.3 milestone Mar 24, 2022
@mnicely mnicely requested a review from nsakharnykh March 24, 2022 14:54
@github-actions
Copy link

This PR has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants