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 fdc5a97 commit 7a84e84Copy full SHA for 7a84e84
docker/build-ubuntu.sh
@@ -8,8 +8,8 @@ test -e docker/fetch.sh || {
8
9
test -z "$AV_DEPS_VERSION" && AV_DEPS_VERSION=2024.10.22
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=11.3.1
12
-test -z "$UBUNTU_VERSION" && UBUNTU_VERSION=20.04
+test -z "$CUDA_VERSION" && CUDA_VERSION=12.1.0
+test -z "$UBUNTU_VERSION" && UBUNTU_VERSION=22.04
13
test -z "$REPO_OWNER" && REPO_OWNER=alicevision
14
test -z "$DOCKER_REGISTRY" && DOCKER_REGISTRY=docker.io
15
0 commit comments