Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 1 addition & 2 deletions compose_cfg/dev_humble_nvidia_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ services:
- gpu
environment:
- LD_LIBRARY_PATH=/usr/lib/wsl/lib
devices:
- /dev/dri
- PYTHONPATH=/RoboticsApplicationManager

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be needed as it has worked before without it

ports:
- "7164:7164"
- "7163:7163"
Expand Down
4 changes: 0 additions & 4 deletions compose_cfg/user_humble_nvidia_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ services:
environment:
- LD_LIBRARY_PATH=/usr/lib/wsl/lib
runtime: nvidia
devices:
- /dev/dri
environment:
- LD_LIBRARY_PATH=/usr/lib/wsl/lib
ports:
- "7164:7164"
- "7163:7163"
Expand Down