runner accesses GPU
test_action / Python3 (push) Failing after 2m6s Details

This commit is contained in:
deng 2024-06-08 22:07:37 +08:00
parent e710da0eb0
commit 598f081966
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,3 @@
version: "3"
services:
runner:
image: gitea/act_runner:latest
@ -10,3 +8,10 @@ services:
environment:
- GITEA_INSTANCE_URL=https://gitea.guineapig.love
- GITEA_RUNNER_REGISTRATION_TOKEN=0Hm4ZpZFbfBzgoyw2WNZWoYNfteqDMruUXtjCaRv
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]