Skip to content

Commit

Permalink
change images for ARM
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r committed Nov 5, 2024
1 parent 30bfde4 commit ac5d6c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
simulator:
image: ghcr.io/autowarefoundation/openadkit_demo.autoware:aws-reinvent-simulator-amd64
image: ghcr.io/autowarefoundation/openadkit_demo.autoware:aws-reinvent-simulator-arm64
network_mode: "host"
volumes:
- ./etc/simulation:/autoware/scenario-sim
Expand All @@ -22,7 +22,7 @@ services:
output_directory:=/autoware/result
planning-control:
image: ghcr.io/autowarefoundation/openadkit_demo.autoware:aws-reinvent-planning-control-amd64
image: docker pull ghcr.io/autowarefoundation/autoware:universe-arm64
volumes:
- ./etc/simulation/config:/autoware/config
- ./etc/simulation/config/change_parameters:/usr/local/bin/change_parameters
Expand All @@ -43,7 +43,7 @@ services:
perception/enable_traffic_light:=false
visualizer:
image: ghcr.io/autowarefoundation/openadkit_demo.autoware:aws-reinvent-simulator-amd64
image: ghcr.io/autowarefoundation/openadkit_demo.autoware:aws-reinvent-simulator-arm64
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
network_mode: "host"
Expand Down

0 comments on commit ac5d6c4

Please sign in to comment.