Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/guide/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ docker run -d \
-v lemonade-recipe:/opt/lemonade/.cache/lemonade \
--device=/dev/kfd \
--device=/dev/dri \
--group-add video --group-add 992
Comment thread
storm1er marked this conversation as resolved.
Outdated
ghcr.io/lemonade-sdk/lemonade-server:latest
```

Expand Down Expand Up @@ -162,6 +163,13 @@ services:
# Persist model options and other backend binaries
- lemonade-recipe:/opt/lemonade/.cache/lemonade
restart: unless-stopped
# Needed if using rocm using linux
devices:
- /dev/dri:/dev/dri
- /dev/kfd:/dev/kfd
group_add:
- video
- "992"
Comment thread
storm1er marked this conversation as resolved.
Outdated

volumes:
lemonade-cache:
Expand Down
Loading