Skip to content

Commit

Permalink
docker: cuda-toolkit only
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Mar 9, 2024
1 parent 40a1a44 commit d3ccae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN dpkg -i cuda-repo-ubuntu2204-11-8-local_11.8.0-520.61.05-1_amd64.deb
RUN apt-key add /var/cuda-repo-ubuntu2204-11-8-local/*.pub
RUN cp /var/cuda-repo-ubuntu2204-11-8-local/cuda-*-keyring.gpg /usr/share/keyrings/
RUN apt-get update
RUN apt-get -y install cuda
RUN apt-get -y install cuda-toolkit-11-8 cuda-libraries-11-8 cuda-libraries-dev-11-8
RUN rm *.deb
RUN git clone https://github.com/tpruvot/ccminer
WORKDIR ccminer
Expand Down

0 comments on commit d3ccae5

Please sign in to comment.