-
Notifications
You must be signed in to change notification settings - Fork 37
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
Remove Nvidia Insight Compute in 2023 containers #183
Comments
Insight Compute has been added to nvidia/cuda:11.8.0-devel-rockylinux8 between our 2023.0 and 2023.1 releases, unfortunately it's not simple to remove something from a base image and reclaim the space. |
Nsight Compute gets installed in It is owned by the following RPMs:
where
Although [templates/redhat/devel-dockerfile.j2]](https://gitlab.com/nvidia/container-images/cuda/-/blob/master/templates/redhat/devel-dockerfile.j2?ref_type=heads) in the (Nvidia CUDA Linux Container Image Sources] repo is where Nsight compute gets added to the CUDA base image we build on top of. |
Perhaps docker-squash could be used to flatten layers after removing nsight-compute from the base image? |
Seems to work, the following Dockerfile:
goes from 7.18GB to 5.93GB after applying |
Nvidia Insight Compute is an interactive debugger for CUDA and OptiX which is taking up almost 1GB in
/opt/nvidia
inci-osl:2023
and possibly other containers. It doesn't need to be in there, and we should try to get rid of it to reduce container image bloat.The text was updated successfully, but these errors were encountered: