Cudo Mining on LXC

Walk3r

Member
Jan 16, 2020
13
0
21
35
Hi I cannot mine with GPU with cudo mining desktop app.
I have installed debian 10 container on proxmox 6.3
I have lxde desktop environment installed and i connect with xrdp.
I have done this walkthrough to install Nvidia drivers in Lxc: https://forums.plex.tv/t/plex-hw-acceleration-in-lxc-container-anyone-with-success/219289/35
I get correct output when i execute nvidia-smi or
Code:
ls -l /dev/nv*
in container.

Cudo only giving me option to mine with CPU.
nvidia-settings giving me: ERROR: Unable to load info from any available system.
 
Last edited:
I tried to install cuda toolkit like this:
Code:
apt install software-properties-common build-essential
wget https://developer.download.nvidia.com/compute/cuda/11.2.0/local_installers/cuda_11.2.0_460.27.04_linux.run
chmod +x cuda_11.2.0_460.27.04_linux.run
./cuda_11.2.0_460.27.04_linux.run

I disabled driver install on setup and it end up with:
Code:
WARNING: Incomplete installation! This installation did not install the CUDA Driver. A driver of version at least 460.00 is required for CUDA 11.2 functionality to work.
To install the driver using this installer, run the following command, replacing <CudaInstaller> with the name of this run file:
    sudo <CudaInstaller>.run --silent --driver

the i tried:
Code:
./cuda_11.2.0_460.27.04_linux.run --silent --driver
it end up with:

Installation failed. See log at /var/log/cuda-installer.log for details.
 

Attachments