We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3811c commit 75a55b5Copy full SHA for 75a55b5
build-nct.sh
@@ -11,6 +11,10 @@ mkdir -p build/NVT/centos8/$ARCH
11
export DOCKER="podman"
12
export PATH="$(pwd):$PATH"
13
14
+# Required to grab the tag info from git
15
+git -C ./nvidia-container-toolkit fetch --depth=200
16
+git -C ./nvidia-container-toolkit/third_party/libnvidia-container fetch --depth=200
17
+
18
LIB_NAME="nct" DIST_DIR="$(pwd)/build/NVT" \
19
make -C ./nvidia-container-toolkit LIB_TAG="" DOCKER=podman centos8-$ARCH
20
DIST_DIR="$(pwd)/build/NVT" \
0 commit comments