File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM nvidia/cuda:12.2.0-devel-ubuntu22.04
33RUN apt update && apt install -y --no-install-recommends \
44 libopenblas-openmp-dev liblapack-dev libscalapack-mpi-dev libfftw3-dev libcereal-dev \
55 libxc-dev libgtest-dev libgmock-dev libbenchmark-dev python3-numpy \
6- bc cmake git g++ make bc time sudo unzip vim wget libopenmpi-dev gfortran libtool-bin
6+ bc cmake git g++ make time sudo unzip vim wget libopenmpi-dev gfortran libtool-bin
77
88ENV GIT_SSL_NO_VERIFY=true TERM=xterm-256color \
99 OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ FROM ubuntu:22.04
1111RUN apt update && apt install -y --no-install-recommends \
1212 libopenblas-openmp-dev liblapack-dev libscalapack-mpi-dev libelpa-dev libfftw3 -dev libcereal-dev \
1313 libxc-dev libgtest-dev libgmock-dev libbenchmark-dev python3 -numpy \
14- bc cmake git g++ make bc time sudo unzip vim wget gfor tran
14+ bc cmake git g++ make time sudo unzip vim wget gfor tran
1515 # If you wish to use the LLVM compiler, replace 'g++' above with 'clang libomp-dev'.
1616
1717ENV GIT_SSL_NO_VERIFY =true TERM =xterm-256 color \
You can’t perform that action at this time.
0 commit comments