Skip to content

Commit

Permalink
Added libcuda1
Browse files Browse the repository at this point in the history
  • Loading branch information
MentalFS committed Feb 18, 2024
1 parent f7bdc4f commit 15df521
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 @@ -5,7 +5,7 @@ RUN set -eux; \
apt update; \
apt -y install --no-install-recommends boinc-client \
boinc-client-opencl boinc-client-nvidia-cuda \
intel-opencl-icd mesa-opencl-icd \
libcuda1 intel-opencl-icd mesa-opencl-icd \
boinctui bash-completion clinfo procps vim-tiny; \
update-alternatives --install /usr/bin/vim vim /usr/bin/vim.tiny 0 || echo WARNING; \
apt clean; rm -rf /var/lib/apt/lists/* /var/log/*
Expand Down

0 comments on commit 15df521

Please sign in to comment.