You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I change the Dockerfile first line to use nvidia/cuda:12.0.0-devel-ubuntu22.04 in docker to enable CUDA. There's no error reported in the installation process. But the generated image has no terrain like the following one.
The text was updated successfully, but these errors were encountered:
Good suggestion to use nvidia/cuda:12.0.0-devel-ubuntu22.04 for docker container -
that gives us /usr/local/cuda/bin/nvcc that install.sh and worldgen/terrain/install_terrain.sh are looking for, and is currently building both terrain/lib/cpu and cuda/
My bare metal Ubuntu 22.04 LTS Driver Version: 530.41.03 CUDA Version: 12.1 uses the nvidia-cuda-toolkit package which puts nvcc in /usr/bin/nvcc so those miss it.
NVIDIA GeForce RTX 3060, 12288 MiB
E: Conflicting values set for option Signed-By regarding source https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/ /: /etc/apt/keyrings/nvidia-keyring.gpg !=
E: Conflicting values set for option Signed-By regarding source https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64/ /: /etc/apt/keyrings/nvidia-keyring.gpg !=
E: The list of sources could not be read.
NVIDIA Container Toolkit installed successfully.
NVIDIA driver installation is not supported on macOS or Windows Subsystem for Linux (WSL).
CUDA is not installed or not found in the expected locations.
Updating CUDA to the latest version: 12.0
Error: CUDA installation is not supported on WSL. Please install CUDA manually.
Error: Failed to run Fizz: exit status 1
I change the Dockerfile first line to use nvidia/cuda:12.0.0-devel-ubuntu22.04 in docker to enable CUDA. There's no error reported in the installation process. But the generated image has no terrain like the following one.

The text was updated successfully, but these errors were encountered: