Skip to content

Commit

Permalink
docs(installation): add link to manual artifacts downloading instruct…
Browse files Browse the repository at this point in the history
…ion (#462)

* docs(installation): add link to manual artifacts downloading instruction

Signed-off-by: Alexey Panferov <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: Alexey Panferov <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
lexavtanke and pre-commit-ci[bot] authored Sep 26, 2023
1 parent f0f1108 commit 130b4dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/installation/autoware/source-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ sudo apt-get -y install git
- [Install Nvidia CUDA](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/cuda#manual-installation)
- [Install Nvidia cuDNN and TensorRT](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/tensorrt#manual-installation)

If you didn't use ansible script you will need to download some package artifacts as explained in [Manual loading of artifacts](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/artifacts). Otherwise some packages (mostly from perception) will not be able to run as they need these artifacts for the inference.

## How to set up a workspace

1. Create the `src` directory and clone repositories into it.
Expand Down

0 comments on commit 130b4dc

Please sign in to comment.