Files

忽略 .git-blame-ignore-revs 中的修訂。點擊 這裡 以繞過並查看正常的 Blame 視圖。

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