Skip to content

Install only CUDA runtime into images instead of entire CUDA SDK #385

Open
@jiridanek

Description

@jiridanek

Some (all) our images only need CUDA Runtime and do not need the rest of the CUDA SDK. Therefore, images could be made smaller if we only install the runtime. The Python packages (Tensorflow, Pythorch, ...) should only need the runtime to function.

I think the suggestion is sensible if image sizes ever become a concern. Installing everything (dnf install -y cuda-toolkit-11-8) only takes up space. I think that the tradeoff (more disk/network usage in exchange for convenience) is good for now.

This was suggested by @ben-alkov (as a general idea regarding CUDA in images, without specific investigation of the OpenDataHub situation).

Feel free to close this if no near-term action is intended to be taken on this suggestion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions