We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70d1294 + 4e958b2 commit b145868Copy full SHA for b145868
2 files changed
build-ffmpeg
@@ -5,7 +5,8 @@
5
6
PROGNAME=$(basename "$0")
7
FFMPEG_VERSION=8.0.1
8
-SCRIPT_VERSION=1.57
+SCRIPT_VERSION=1.58
9
+
10
CWD=$(pwd)
11
PACKAGES="$CWD/packages"
12
WORKSPACE="$CWD/workspace"
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