-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(system-setup-xavier): modify docker image registry (#42)
Signed-off-by: Cynthia Liu <[email protected]> Signed-off-by: Cynthia Liu <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|