Skip to content

Commit a48becd

Browse files
committed
Merge branch '14-fix-container-base' into 'main'
cuda12.8: Use Ubuntu 22.04 base Closes #14 See merge request educelab/pgs-recon!49
2 parents 0ff3769 + 66e70f2 commit a48becd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ docker build -t pgs-recon:dev \
147147
While this can theoretically be set to any Ubuntu and CUDA version, this has
148148
only 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
153153
will not be used even if you provide a CUDA-enabled base image.

apptainer/buildargs-cuda12.8.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
BASE_IMAGE=nvidia/cuda:12.8.1-devel-ubuntu24.04
1+
BASE_IMAGE=nvidia/cuda:12.8.1-devel-ubuntu22.04
22
USE_CUDA=ON

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pgs-recon
3-
version = 1.7.6-alpha.0
3+
version = 1.7.6-alpha.2
44
author = Seth Parker
55
author_email = c.seth.parker@uky.edu
66
description = A photogrammetry reconstruction pipeline

0 commit comments

Comments
 (0)