Skip to content

Getting CUDA samples #264

Description

@Bahamut-Chocobo

In cuda-ubuntu.dockerfile L23 the clone is set on the NVIDIA cuda-samples project's default branch master, where things have changed.

It's focused on the latest CUDA – as of now v13.3.

So this line pulls the wrong assets from that repository or rather is not able to get all the stuff from the repository because in it's current 13.3 structure the utilities have moved.

From (12.9)

Samples/1_Utilities/deviceQuery

to (13.3)

cpp/1_Utilities/deviceQuery

To fix it, could change the clone to further specify the target (using the tag):

git clone --depth 1 --filter=blob:none --branch v12.9 --sparse https://github.com/NVIDIA/cuda-samples.git code/cuda-samples

Or maybe the dockerfile could target the latest CUDA version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions