From 300109a46674d89128a8f42fce14a0aed545b77a Mon Sep 17 00:00:00 2001 From: Wiktor Bajor Date: Sat, 20 Sep 2025 16:54:31 +0000 Subject: [PATCH 1/2] Use gpus parm in the devcontainer --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 27f3dde..1ef2b98 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ "--security-opt=seccomp:unconfined", "--security-opt=apparmor:unconfined", "--ipc=host", - "--runtime=nvidia", + "--gpus=all", "--device=/dev/dri" ], "mounts": [ From 5218b48a0442a226492b1f5d00164da26e91b936 Mon Sep 17 00:00:00 2001 From: Wiktor Bajor Date: Sat, 20 Sep 2025 16:55:52 +0000 Subject: [PATCH 2/2] Run action once a day --- .github/workflows/build_and_test_rolling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test_rolling.yaml b/.github/workflows/build_and_test_rolling.yaml index 393c821..461d08f 100644 --- a/.github/workflows/build_and_test_rolling.yaml +++ b/.github/workflows/build_and_test_rolling.yaml @@ -7,7 +7,7 @@ on: branches: [rolling] schedule: - - cron: "*/5 * * * *" + - cron: "0 0 * * *" jobs: build: