Skip to content

Commit 7a84e84

Browse files
committed
[docker] Update version of Ubuntu to 22 and CUDA to 12
1 parent fdc5a97 commit 7a84e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/build-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ test -e docker/fetch.sh || {
88

99
test -z "$AV_DEPS_VERSION" && AV_DEPS_VERSION=2024.10.22
1010
test -z "$AV_VERSION" && AV_VERSION="$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse --short HEAD)"
11-
test -z "$CUDA_VERSION" && CUDA_VERSION=11.3.1
12-
test -z "$UBUNTU_VERSION" && UBUNTU_VERSION=20.04
11+
test -z "$CUDA_VERSION" && CUDA_VERSION=12.1.0
12+
test -z "$UBUNTU_VERSION" && UBUNTU_VERSION=22.04
1313
test -z "$REPO_OWNER" && REPO_OWNER=alicevision
1414
test -z "$DOCKER_REGISTRY" && DOCKER_REGISTRY=docker.io
1515

0 commit comments

Comments
 (0)