File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 strategy :
2525 matrix :
26- container : ["alicevision/alicevision-deps:2024.12.03 -ubuntu22.04-cuda12.1.0 ", "alicevision/alicevision-deps:2024.12.09 -rocky9-cuda12.1.0 "]
26+ container : ["alicevision/alicevision-deps:2025.01.06 -ubuntu22.04-cuda12.1.1 ", "alicevision/alicevision-deps:2025.01.06 -rocky9-cuda12.1.1 "]
2727 container :
2828 image : ${{ matrix.container }}
2929 env :
3333 ALICEVISION_ROOT : ${{ github.workspace }}/../AV_install
3434 ALICEVISION_SENSOR_DB : ${{ github.workspace }}/../AV_install/share/aliceVision/cameraSensors.db
3535 ALICEVISION_LENS_PROFILE_INFO : " "
36- BUILD_CCTAG : " ${{ matrix.container == 'alicevision/alicevision-deps:2024.12.03 -ubuntu22.04-cuda12.1.0 ' && 'ON' || 'OFF' }}"
36+ BUILD_CCTAG : " ${{ matrix.container == 'alicevision/alicevision-deps:2025.01.06 -ubuntu22.04-cuda12.1.1 ' && 'ON' || 'OFF' }}"
3737 steps :
3838 - uses : actions/checkout@v1
3939
You can’t perform that action at this time.
0 commit comments