Difference between revisions of "Apt install cuda"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb RUN sudo dpkg -i cuda-keyring_1.1-1_all.deb RUN s...")
 
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
   RUN sudo dpkg -i cuda-keyring_1.1-1_all.deb
 
   RUN sudo dpkg -i cuda-keyring_1.1-1_all.deb
 
   RUN sudo apt update --fix-missing
 
   RUN sudo apt update --fix-missing
   RUN sudo apt install -y cuda
+
   RUN sudo [[apt install]] -y cuda
  
 +
== Related ==
 +
* [[Ubuntu 22.04]]
  
{{CUDA}}
+
== See also ==
 +
* {{CUDA}}
 +
 
 +
[[Category:CUDA]]

Latest revision as of 13:55, 27 May 2024


 RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
 RUN sudo dpkg -i cuda-keyring_1.1-1_all.deb
 RUN sudo apt update --fix-missing
 RUN sudo apt install -y cuda

Related[edit]

See also[edit]

Advertising: