Skip to content

Commit 9ba1a91

Browse files
committed
Build fix
1 parent 0edf252 commit 9ba1a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda-ubuntu.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN update-ca-certificates
2222
RUN mkdir -p /code && \
2323
git clone --depth 1 --filter=blob:none --sparse https://github.com/NVIDIA/cuda-samples.git /code/cuda-samples && \
2424
cd /code/cuda-samples && \
25-
git sparse-checkout set Samples/1_Utilities/deviceQuery Common
25+
git sparse-checkout set Samples/1_Utilities/deviceQuery Common cmake
2626

2727
# Build deviceQuery in its original location where it can find dependencies
2828
WORKDIR /code/cuda-samples/Samples/1_Utilities/deviceQuery

0 commit comments

Comments
 (0)