69283cb155
* Add instructions on how to use Docker for manual and automatic testing
[ROCm/rocprofiler-compute commit: 5e90797b24]
10 строки
187 B
YAML
10 строки
187 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: ../../
|
|
dockerfile: utils/docker_env/Dockerfile
|
|
devices:
|
|
- /dev/kfd
|
|
- /dev/dri
|
|
security_opt:
|
|
- seccomp:unconfined |