Files
rocm-systems/projects/rocprofiler-compute/docker/docker-compose.customrocmtest.yml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 строка
579 B
YAML
Исходник Обычный вид История

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:
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:
- ../../../:/app
2025-06-17 16:18:35 -04:00
ports:
- 8050:8050
tty: true
stdin_open: true