Skip to content

Commit

Permalink
remove direct install on Ubuntu22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Dec 4, 2023
1 parent 7f172ee commit e744b7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 102 deletions.
9 changes: 3 additions & 6 deletions contents/dave_sensors/Multibeam-Forward-Looking-Sonar.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,10 @@ The model is based on a ray-based spatial discretization of the model facets, be

The CUDA library depend on compatability support of NVIDIA drivers ([CUDA Compatability](https://docs.nvidia.com/deploy/cuda-compatibility/)). Also, old CUDA library versions are not officially supported for lower version of UBUNTU.

Here, I've tested on Ubuntu 22.04, NVIDIA driver 535, CUDA 12.2. The host machine needs to have correct versions installed even using Docker. You can check your NVIDIA driver with `nvidia-smi` and CUDA version with `nvcc --version`.
Here, I've tested on Ubuntu 22.04, NVIDIA driver 535, CUDA 12.2 using Docker. The host machine needs to have correct versions installed even using Docker. You can check your NVIDIA driver with `nvidia-smi` and CUDA version with `nvcc --version` inside and outside the Docker.

If you are on 22.04, go with Install on the Host option since the Docker could install other version of NVIDIA driver and CUDA.
## Install NVIDIA driver and CUDA on Host

## Option A. Install on the Host

### CUDA Library Installation
This plugin demands high computation costs. GPU parallelization is used with the Nvidia CUDA Library. A discrete NVIDIA Graphics card is required.

* The most straightforward way to install CUDA support on Ubuntu 22.04 is:
Expand Down Expand Up @@ -203,7 +200,7 @@ Also, check cuda version with `nvcc --version`. You would see version 12.3.

***

## Option B. Use Docker
## Use Docker to build and run
This method assumes that you have followed [Use a Docker Image](/dave.doc/contents/installation/Docker-Development-Image) for system preparation.

Following commands include `-c`, which provides the Cuda library pre-installed.
Expand Down
2 changes: 1 addition & 1 deletion contents/installation/Install-Directly-on-Host.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parent: Installation

This tutorial will walk you through the setup required to make a host machine ready to build and run the Dave simulations. Note that:
* your host will need to satisfy the minimum [System Requirements](/dave.doc/contents/installation/System-Requirements), and
* the steps below assume you are running **Ubuntu 20.04**. If you have **Ubuntu 22.04**, follow [Install on Ubuntu 22.04 Jammy][/dave.doc/contents/installation/Install-on-UbuntuJammy.md]
* the steps below assume you are running **Ubuntu 20.04**.

## Install all dependencies
Upgrade to the latest packages:
Expand Down
95 changes: 0 additions & 95 deletions contents/installation/Install-on-UbuntuJammy.md

This file was deleted.

0 comments on commit e744b7e

Please sign in to comment.