runner accesses GPU
test_action / Python3 (push) Failing after 2m6s
Details
test_action / Python3 (push) Failing after 2m6s
Details
This commit is contained in:
parent
e710da0eb0
commit
598f081966
|
@ -1,5 +1,3 @@
|
||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
runner:
|
runner:
|
||||||
image: gitea/act_runner:latest
|
image: gitea/act_runner:latest
|
||||||
|
@ -10,3 +8,10 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- GITEA_INSTANCE_URL=https://gitea.guineapig.love
|
- GITEA_INSTANCE_URL=https://gitea.guineapig.love
|
||||||
- GITEA_RUNNER_REGISTRATION_TOKEN=0Hm4ZpZFbfBzgoyw2WNZWoYNfteqDMruUXtjCaRv
|
- GITEA_RUNNER_REGISTRATION_TOKEN=0Hm4ZpZFbfBzgoyw2WNZWoYNfteqDMruUXtjCaRv
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
devices:
|
||||||
|
- driver: nvidia
|
||||||
|
count: 1
|
||||||
|
capabilities: [gpu]
|
||||||
|
|
Loading…
Reference in New Issue