Skip to content

Commit 0024afc

Browse files
committed
next set of things to try
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent feecdf7 commit 0024afc

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -745,11 +745,14 @@ jobs:
745745
# invalid argument "'all,capabilities=compute,utility'" for "--gpus" flag: invalid count ('all): value must be either "all" or an integer: invalid syntax
746746
# 3 container_options: --gpus 'all,\"capabilities=compute,utility\"'
747747
# invalid argument "all,capabilities=compute,utility" for "--gpus" flag: invalid count (utility): value must be either "all" or an integer: invalid syntax
748+
# same with ubuntu-22.04-8c-32g-300h
749+
750+
748751
- desc: 1 VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
749752
nametag: linux-optix-vfx2025
750753
# runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
751754
container: aswf/ci-osl:2025
752-
container_options: --gpus all,"capabilities=compute,utility"
755+
container_options: --gpus "all,\"capabilities=compute,utility\""
753756
cxx_std: 17
754757
python_ver: "3.11"
755758
pybind11_ver: v2.11.1
@@ -761,7 +764,7 @@ jobs:
761764
nametag: linux-optix-vfx2025
762765
# runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
763766
container: aswf/ci-osl:2025
764-
container_options: --gpus 'all,"capabilities=compute,utility"'
767+
container_options: --gpus all,\"capabilities=compute,utility\"
765768
cxx_std: 17
766769
python_ver: "3.11"
767770
pybind11_ver: v2.11.1
@@ -773,7 +776,7 @@ jobs:
773776
nametag: linux-optix-vfx2025
774777
# runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
775778
container: aswf/ci-osl:2025
776-
container_options: --gpus 'all,\"capabilities=compute,utility\"'
779+
container_options: --gpus all
777780
cxx_std: 17
778781
python_ver: "3.11"
779782
pybind11_ver: v2.11.1

0 commit comments

Comments
 (0)