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": [ 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: