We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edf252 commit 9ba1a91Copy full SHA for 9ba1a91
1 file changed
cuda-ubuntu.dockerfile
@@ -22,7 +22,7 @@ RUN update-ca-certificates
22
RUN mkdir -p /code && \
23
git clone --depth 1 --filter=blob:none --sparse https://github.com/NVIDIA/cuda-samples.git /code/cuda-samples && \
24
cd /code/cuda-samples && \
25
- git sparse-checkout set Samples/1_Utilities/deviceQuery Common
+ git sparse-checkout set Samples/1_Utilities/deviceQuery Common cmake
26
27
# Build deviceQuery in its original location where it can find dependencies
28
WORKDIR /code/cuda-samples/Samples/1_Utilities/deviceQuery
0 commit comments