Skip to content

Commit

Permalink
feat(doc): revert "feat(doc): add --download-artifacts option to do…
Browse files Browse the repository at this point in the history
…cker-installation.md" (autowarefoundation#571)

Signed-off-by: Nishimoto, Shinya <shinya.nishimoto@tier4.jp>
  • Loading branch information
youtalk authored and nisshan-x committed Jul 5, 2024
1 parent 19cb351 commit 71a697b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/autoware/docker-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Open AD Kit offers two types of Docker image to let you get started with Autowar
The [setup script](https://github.com/autowarefoundation/autoware/blob/main/setup-dev-env.sh) will install all required dependencies with the setup script:

```bash
./setup-dev-env.sh -y --download-artifacts docker
./setup-dev-env.sh -y docker
```

To install without **NVIDIA GPU** support:

```bash
./setup-dev-env.sh -y --no-nvidia --download-artifacts docker
./setup-dev-env.sh -y --no-nvidia docker
```

!!! info
Expand Down

0 comments on commit 71a697b

Please sign in to comment.