Skip to content

Commit 868e745

Browse files
committed
[docker] Update default for the dependencies image on Ubuntu
1 parent e3049b2 commit 868e745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test -e docker/fetch.sh || {
66
exit 1
77
}
88

9-
test -z "$AV_DEPS_VERSION" && AV_DEPS_VERSION=2024.10.22
9+
test -z "$AV_DEPS_VERSION" && AV_DEPS_VERSION=2024.12.03
1010
test -z "$AV_VERSION" && AV_VERSION="$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse --short HEAD)"
1111
test -z "$CUDA_VERSION" && CUDA_VERSION=12.1.0
1212
test -z "$UBUNTU_VERSION" && UBUNTU_VERSION=22.04

0 commit comments

Comments
 (0)