Skip to content

Commit

Permalink
fix(system-setup-xavier): modify docker image registry (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Cynthia Liu <[email protected]>

Signed-off-by: Cynthia Liu <[email protected]>
  • Loading branch information
cyn-liu authored Dec 7, 2022
1 parent 0d47c29 commit 78f359c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ ssh root@IP-ADDRESS
ssh [email protected]
```

## Copy Autoware.Auto image to Xavier
## Copy Autoware Universe image to Xavier

**NOTE**: docker should be installed with post-installation steps. For instructions please refer to:

- [Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu).
- [Post-installation steps for Linux](https://docs.docker.com/engine/install/linux-postinstall).

The docker image of Autoware.Auto is registered in [GitLab Container Registry](https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/container_registry/2511358).
The docker image of Autoware Universe for arm64 is registered in [Autoware Foundation Container Registry](https://github.com/autowarefoundation/autoware/pkgs/container/autoware-universe/30821188?tag=galactic-20220728-prebuilt-cuda).

1. Copy docker image to Xavier.

```console
docker pull registry.gitlab.com/autowarefoundation/autoware.auto/autowareauto/arm64/openadkit-foxy:latest
docker pull ghcr.io/autowarefoundation/autoware-universe:galactic-20220728-prebuilt-cuda
```

## K3s Installation
Expand Down

0 comments on commit 78f359c

Please sign in to comment.