Skip to content

Commit

Permalink
Merge branch 'reconstruction' of https://github.com.cnpmjs.org/deepmo…
Browse files Browse the repository at this point in the history
…deling/abacus-develop into reconstruction
  • Loading branch information
dyzheng committed Sep 12, 2021
2 parents 3065ee9 + 8d7575b commit fc32850
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Dockerfile.cuda
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# Use abacus-development-kit:intel for oneAPI.
FROM ghcr.io/deepmodeling/abacus-development-kit:gnu

RUN apt-get update && apt-get install -y gnupg software-properties-common
# Install CUDA components following the instructions on
# https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Debian&target_version=10&target_type=deb_network
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/debian10/x86_64/7fa2af80.pub \
&& add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/debian10/x86_64/ /" \
&& add-apt-repository contrib \
&& apt-get update \
&& apt-get -y install cuda
RUN wget https://developer.download.nvidia.com/compute/cuda/11.4.2/local_installers/cuda_11.4.2_470.57.02_linux.run --no-check-certificate --quiet \
&& sh cuda_11.4.2_470.57.02_linux.run --toolkit --silent

0 comments on commit fc32850

Please sign in to comment.