Files
rocm-systems/projects/rocprofiler-compute/docker/docker-compose.customrocmtest.yml
vedithal-amd 454e935448 Fix docker compose (#1323)
Co-authored-by: Yanyao Wang <yanywang@amd.com>
2025-10-15 14:26:56 -05:00

21 regels
579 B
YAML

services:
rocprofiler-compute-<username>: # service name
build:
context: ../../../
dockerfile: projects/rocprofiler-compute/docker/Dockerfile.customrocmtest
image: rocprofiler-compute-<username>
# Uncomment for environments using ROCR_VISIBLE_DEVICES env. var. to forward it to container
# 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