File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 - base_image : " nvidia/cuda:12.4.1-devel-ubuntu22.04"
2121 use_cuda : " ON"
2222 tag_suffix : " -cuda12.4"
23- - base_image : " nvidia/cuda:12.8.1-devel-ubuntu24 .04"
23+ - base_image : " nvidia/cuda:12.8.1-devel-ubuntu22 .04"
2424 use_cuda : " ON"
2525 tag_suffix : " -cuda12.8"
2626 steps :
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ docker build -t pgs-recon:dev \
147147While this can theoretically be set to any Ubuntu and CUDA version, this has
148148only been tested on:
149149 - CUDA 12.4, Ubuntu 22.04 (with and without CUDNN)
150- - CUDA 12.8, Ubuntu 24 .04 (with and without CUDNN)
150+ - CUDA 12.8, Ubuntu 22 .04 (with and without CUDNN)
151151
152152` USE_CUDA ` should be either ` ON ` or ` OFF [default] ` . If ` USE_CUDA=OFF ` , CUDA
153153will not be used even if you provide a CUDA-enabled base image.
Original file line number Diff line number Diff line change 1- BASE_IMAGE = nvidia/cuda:12.8.1-devel-ubuntu24 .04
1+ BASE_IMAGE = nvidia/cuda:12.8.1-devel-ubuntu22 .04
22USE_CUDA = ON
Original file line number Diff line number Diff line change 11[metadata]
22name = pgs-recon
3- version = 1.7.6-alpha.0
3+ version = 1.7.6-alpha.2
44author = Seth Parker
55author_email = c.seth.parker@uky.edu
66description = A photogrammetry reconstruction pipeline
You can’t perform that action at this time.
0 commit comments