Skip to content

Commit

Permalink
Merge pull request #224 from JdeRobot/update-cfg
Browse files Browse the repository at this point in the history
Update cfg
  • Loading branch information
javizqh authored Nov 28, 2024
2 parents b6ca393 + ab1fa84 commit 452294b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose_cfg/dev_humble_cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
retries: 20

bt-studio:
image: jderobot/robotics-backend:latest
image: jderobot/bt-studio:latest
container_name: developer-container
command: "-bt"
ports:
Expand Down
2 changes: 1 addition & 1 deletion compose_cfg/dev_humble_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
retries: 20

bt-studio:
image: jderobot/robotics-backend:latest
image: jderobot/bt-studio:latest
container_name: developer-container
command: "-bt"
devices:
Expand Down
2 changes: 1 addition & 1 deletion compose_cfg/dev_humble_nvidia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
retries: 20

bt-studio:
image: jderobot/robotics-backend:latest
image: jderobot/bt-studio:latest
container_name: developer-container
command: "-bt"
deploy:
Expand Down

0 comments on commit 452294b

Please sign in to comment.