Files
rocm-systems/projects/rocprofiler-compute/docker/docker-compose.customrocmtest.yml
T
abchoudh-amd f45c8d5f6b Bugfixes for test failure (#1106)
- Bugfixes
- Update test instructions using docker
2025-09-30 15:48:41 -04:00

21 regels
506 B
YAML

services:
rocprofiler-compute-<username>: # service name
build:
context: ../../../
dockerfile: projects/rocprofiler-compute/docker/Dockerfile.customrocmtest
image: rocprofiler-compute-<username>
# Forward some env vars
environment:
ROCR_VISIBLE_DEVICES: ${ROCR_VISIBLE_DEVICES}
devices:
- /dev/kfd
- /dev/dri
security_opt:
- seccomp:unconfined
volumes:
- ../../../:/app
ports:
- 8050:8050
tty: true
stdin_open: true