f45c8d5f6b
- Bugfixes - Update test instructions using docker
21 regels
506 B
YAML
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
|