Skip to content

Commit b145868

Browse files
authored
Merge branch 'master' into master
2 parents 70d1294 + 4e958b2 commit b145868

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build-ffmpeg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
PROGNAME=$(basename "$0")
77
FFMPEG_VERSION=8.0.1
8-
SCRIPT_VERSION=1.57
8+
SCRIPT_VERSION=1.58
9+
910
CWD=$(pwd)
1011
PACKAGES="$CWD/packages"
1112
WORKSPACE="$CWD/workspace"

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)