Files
rocm-systems/projects/rocprofiler-compute/docker/docker-compose.customrocmtest.yml
T
vedithal-amd ab985464ef Add docker files for testing (#761)
[ROCm/rocprofiler-compute commit: b16256fd07]
2025-06-17 16:18:35 -04:00

18 строки
357 B
YAML

services:
customrocmtest: # service name
build:
context: ../
dockerfile: docker/Dockerfile.customrocmtest
devices:
- /dev/kfd
- /dev/dri
security_opt:
- seccomp:unconfined
volumes:
- ../:/app
- ../../rocprofiler-sdk:/rocprofiler-sdk
ports:
- 8050:8050
tty: true
stdin_open: true