From 130b4dcaad31e4dfcd609bf6e521782d503e4cc5 Mon Sep 17 00:00:00 2001 From: Alexey Panferov <37497658+lexavtanke@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:21:29 +0300 Subject: [PATCH] docs(installation): add link to manual artifacts downloading instruction (#462) * docs(installation): add link to manual artifacts downloading instruction Signed-off-by: Alexey Panferov * style(pre-commit): autofix --------- Signed-off-by: Alexey Panferov Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- docs/installation/autoware/source-installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/autoware/source-installation.md b/docs/installation/autoware/source-installation.md index 900833b7bb8..4a037434708 100644 --- a/docs/installation/autoware/source-installation.md +++ b/docs/installation/autoware/source-installation.md @@ -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.