Skip to content

Commit

Permalink
Fix typos in docker-compose example (#339)
Browse files Browse the repository at this point in the history
(cherry picked from commit f297bde)
  • Loading branch information
danielsu-amd authored and yhuiYH committed Oct 24, 2024
1 parent 8664810 commit bdb054c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ remember all the CLI arguments. Here is a docker-compose file, which is equivale
services:
my-service:
image: <image>
device:
- /dev/fdk
devices:
- /dev/kfd
- /dev/dri
security_opt:
- seccomp:unconfined
Expand Down

0 comments on commit bdb054c

Please sign in to comment.