Skip to content

Commit 0e695e3

Browse files
authored
Merge pull request #17 from Wiktor-99/minor_setup
Minor setup
2 parents cd4aa41 + 5218b48 commit 0e695e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"--security-opt=seccomp:unconfined",
1313
"--security-opt=apparmor:unconfined",
1414
"--ipc=host",
15-
"--runtime=nvidia",
15+
"--gpus=all",
1616
"--device=/dev/dri"
1717
],
1818
"mounts": [

.github/workflows/build_and_test_rolling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [rolling]
88

99
schedule:
10-
- cron: "*/5 * * * *"
10+
- cron: "0 0 * * *"
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)