From 3d8cac01842404369c676dc103bdf9fb4c812e1c Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Thu, 13 Jun 2024 20:17:42 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"feat(doc):=20add=20`--download-artifa?= =?UTF-8?q?cts`=20option=20to=20docker-installation.m=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0a2103f45297307ab4b2d4e6f7699ce58b9b9787. --- docs/installation/autoware/docker-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/autoware/docker-installation.md b/docs/installation/autoware/docker-installation.md index 53f3de78a52..74d3fef3c5a 100644 --- a/docs/installation/autoware/docker-installation.md +++ b/docs/installation/autoware/docker-installation.md @@ -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