2025-06-17 16:18:35 -04:00
|
|
|
services:
|
2025-10-01 01:18:41 +05:30
|
|
|
rocprofiler-compute-<username>: # service name
|
2025-06-17 16:18:35 -04:00
|
|
|
build:
|
2025-08-08 10:26:57 -04:00
|
|
|
context: ../../../
|
|
|
|
|
dockerfile: projects/rocprofiler-compute/docker/Dockerfile.customrocmtest
|
2025-10-01 01:18:41 +05:30
|
|
|
image: rocprofiler-compute-<username>
|
2025-10-15 15:26:56 -04:00
|
|
|
# Uncomment for environments using ROCR_VISIBLE_DEVICES env. var. to forward it to container
|
|
|
|
|
# environment:
|
|
|
|
|
# ROCR_VISIBLE_DEVICES: ${ROCR_VISIBLE_DEVICES}
|
2025-06-17 16:18:35 -04:00
|
|
|
devices:
|
|
|
|
|
- /dev/kfd
|
|
|
|
|
- /dev/dri
|
|
|
|
|
security_opt:
|
|
|
|
|
- seccomp:unconfined
|
|
|
|
|
volumes:
|
2025-08-08 10:26:57 -04:00
|
|
|
- ../../../:/app
|
2025-06-17 16:18:35 -04:00
|
|
|
ports:
|
|
|
|
|
- 8050:8050
|
|
|
|
|
tty: true
|
|
|
|
|
stdin_open: true
|