Search
 
SCRIPT & CODE EXAMPLE
 

C

docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].

sudo apt-get update
sudo apt-get install -y nvidia-container-toolkit
Comment

docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]

# Add the package repositories
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list

sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit
sudo systemctl restart docker
Comment

PREVIOUS NEXT
Code Example
C :: how to use gotoxy in c language 
C :: install kubernetes kubectl on mac 
C :: wireshark tls client hello filter 
C :: random number between 2 in C 
C :: full installation of clang in ubuntu 
C :: pygame detect click 
C :: wireless app debug android 
C :: sstf program in c 
C :: save numpy array to text file 
C :: printf with bool 
C :: sdl_renderfillrect 
C :: prime chec kin c 
C :: size of an array c 
C :: Successeur récurssive 
C :: how to read space separated words in c 
C :: how to ban websites on mac 
C :: va_list in c 
C :: recursion to convert decimal to binary 
C :: mutex c 
C :: sum average min max in c array 
C :: bitwise operators in c 
C :: extract substring after certain character in flutter 
C :: how to print in c 
C :: search in gz file 
C :: Passing a matrix in a function C 
C :: solana-test-validator log 
C :: delay in c programming for windows 
C :: c print 2d array 
C :: pasar a binario recursivo 
C :: Happy birthday in C 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =