Files
VulkanDriver/test/environment/docker-compose.yaml
Kbz-8 f674a45e9b
Some checks failed
Build / build (push) Successful in 1m59s
Test / build_and_test (push) Has been cancelled
adding a testing environment
2026-03-11 13:54:17 +01:00

7 lines
106 B
YAML

services:
ubuntu-shell:
build: .
mem_limit: ${MEM_LIMIT:-8g}
stdin_open: true
tty: true