Skip to content

Commit

Permalink
update compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Apr 11, 2024
1 parent a5d2503 commit e4e817b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 2 additions & 5 deletions demo/compose.panther.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# environment:
# - RMW_IMPLEMENTATION=rmw_cyclonedds_cpp # Default FastDDS do not work

services:
panther_ros:
image: husarion/panther:humble-2.0.0-20240402
container_name: panther_ros
image: husarion/panther:humble-ros2-devel
container_name: panther
devices:
- /dev/bus/usb
- /dev/gpiochip0
Expand Down
9 changes: 4 additions & 5 deletions demo/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
services:
foxglove:
# image: husarion/foxglove-desktop:1.87.0-20240323
build:
context: ..
dockerfile: Dockerfile
image: husarion/foxglove:studio-nightly
# build:
# context: ..
# dockerfile: Dockerfile
# runtime: nvidia
ports:
- 8080:8080
Expand All @@ -17,7 +17,6 @@ services:
- UI_PORT=8080
- DISABLE_CACHE=true
- DISABLE_INTERACTION=false
- DISPLAY
# - NVIDIA_VISIBLE_DEVICES=all
# - NVIDIA_DRIVER_CAPABILITIES=all

Expand Down

0 comments on commit e4e817b

Please sign in to comment.