Difference between revisions of "Apt install cuda"
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...") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | apt install [[cuda]] | ||
Line 5: | Line 6: | ||
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 |
− | {{CUDA}} | + | |
+ | |||
+ | RUN wget ftp.us.debian.org/debian/pool/contrib/g/[[glx-alternatives]]/glx-alternative-nvidia_1.2.2_amd64.deb | ||
+ | RUN dpkg -i glx-alternative-nvidia_1.2.2_amd64.deb | ||
+ | RUN apt -y install cuda | ||
+ | |||
+ | == Related == | ||
+ | * [[Ubuntu 22.04]] | ||
+ | * <code>[[ethminer --list-devices]]</code> <code>[[CUDA Error : No CUDA driver found]]</code> | ||
+ | * [[apt install -y cuda-toolkit-12-2]] | ||
+ | |||
+ | == See also == | ||
+ | * {{CUDA}} | ||
+ | |||
+ | [[Category:CUDA]] |
Latest revision as of 11:30, 23 August 2024
apt install cuda
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
RUN wget ftp.us.debian.org/debian/pool/contrib/g/glx-alternatives/glx-alternative-nvidia_1.2.2_amd64.deb RUN dpkg -i glx-alternative-nvidia_1.2.2_amd64.deb RUN apt -y install cuda
Related[edit]
- Ubuntu 22.04
ethminer --list-devices
CUDA Error : No CUDA driver found
- apt install -y cuda-toolkit-12-2
See also[edit]
Advertising: