Skip to content

Commit

Permalink
Update compose.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Astafev <[email protected]>
  • Loading branch information
artem-astafev committed Nov 14, 2024
1 parent b2e6e5e commit 44b5736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FaqGen/docker_compose/amd/gpu/rocm/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ services:
shm_size: 1g
devices:
- /dev/kfd:/dev/kfd
- /dev/dri/${DOCSUM_CARD_ID}:/dev/dri/${DOCSUM_CARD_ID}
- /dev/dri/${DOCSUM_RENDER_ID}:/dev/dri/${DOCSUM_RENDER_ID}
- /dev/dri/${FAQGEN_CARD_ID}:/dev/dri/${FAQGEN_CARD_ID}
- /dev/dri/${FAQGEN_RENDER_ID}:/dev/dri/${FAQGEN_RENDER_ID}
cap_add:
- SYS_PTRACE
group_add:
Expand Down

0 comments on commit 44b5736

Please sign in to comment.