diff --git a/compose_cfg/dev_humble_cpu.yaml b/compose_cfg/dev_humble_cpu.yaml index 8ebd5a69b..f766e53b8 100644 --- a/compose_cfg/dev_humble_cpu.yaml +++ b/compose_cfg/dev_humble_cpu.yaml @@ -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: diff --git a/compose_cfg/dev_humble_gpu.yaml b/compose_cfg/dev_humble_gpu.yaml index d61609023..a362d2d4b 100644 --- a/compose_cfg/dev_humble_gpu.yaml +++ b/compose_cfg/dev_humble_gpu.yaml @@ -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: diff --git a/compose_cfg/dev_humble_nvidia.yaml b/compose_cfg/dev_humble_nvidia.yaml index 33f159d1b..c62f6769c 100644 --- a/compose_cfg/dev_humble_nvidia.yaml +++ b/compose_cfg/dev_humble_nvidia.yaml @@ -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: