Difference between revisions of "Apt install cuda"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
RUN sudo apt update --fix-missing | RUN sudo apt update --fix-missing | ||
RUN sudo [[apt install]] -y cuda | RUN sudo [[apt install]] -y cuda | ||
+ | |||
+ | |||
+ | * [[Ubuntu 22.04]] | ||
== See also == | == See also == |
Revision as of 13:54, 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
See also
Advertising: