Skip to content

Commit

Permalink
Merge pull request #2845 from JdeRobot/updating-dev-compose
Browse files Browse the repository at this point in the history
Updating dev compose
  • Loading branch information
javizqh authored Nov 9, 2024
2 parents 3f0433f + 1642bb0 commit 911a90a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compose_cfg/dev_humble_cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ services:
- type: bind
source: ./
target: /RoboticsAcademy
- type: bind
source: ./src
target: /RoboticsApplicationManager
tty: true
stdin_open: true
depends_on:
Expand Down
3 changes: 3 additions & 0 deletions compose_cfg/dev_humble_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ services:
- type: bind
source: ./
target: /RoboticsAcademy
- type: bind
source: ./src
target: /RoboticsApplicationManager
tty: true
stdin_open: true
depends_on:
Expand Down
3 changes: 3 additions & 0 deletions compose_cfg/dev_humble_nvidia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ services:
- type: bind
source: ./
target: /RoboticsAcademy
- type: bind
source: ./src
target: /RoboticsApplicationManager
tty: true
stdin_open: true
depends_on:
Expand Down

0 comments on commit 911a90a

Please sign in to comment.