Skip to content

Commit

Permalink
[docker] Update version of Ubuntu and CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac committed Nov 25, 2024
1 parent 7d575ba commit 91c952f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ test -e docker/fetch.sh || {

test -z "$AV_DEPS_VERSION" && AV_DEPS_VERSION=2024.10.22
test -z "$AV_VERSION" && AV_VERSION="$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse --short HEAD)"
test -z "$CUDA_VERSION" && CUDA_VERSION=11.3.1
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
test -z "$REPO_OWNER" && REPO_OWNER=alicevision
test -z "$DOCKER_REGISTRY" && DOCKER_REGISTRY=docker.io

Expand Down

0 comments on commit 91c952f

Please sign in to comment.