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 e3049b2 commit 868e745Copy full SHA for 868e745
docker/build-ubuntu.sh
@@ -6,7 +6,7 @@ test -e docker/fetch.sh || {
6
exit 1
7
}
8
9
-test -z "$AV_DEPS_VERSION" && AV_DEPS_VERSION=2024.10.22
+test -z "$AV_DEPS_VERSION" && AV_DEPS_VERSION=2024.12.03
10
test -z "$AV_VERSION" && AV_VERSION="$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse --short HEAD)"
11
test -z "$CUDA_VERSION" && CUDA_VERSION=12.1.0
12
test -z "$UBUNTU_VERSION" && UBUNTU_VERSION=22.04
0 commit comments