File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040RUN useradd -m -G sudo -u 1001 votca
4141RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
4242USER votca
43- ENV PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/linux/ bin:/opt/intel/oneapi/compiler/latest/linux/bin/intel64 }${PATH:+:}${PATH}
44- ENV LD_LIBRARY_PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/linux/compiler/ lib/intel64 :/opt/intel/oneapi/mkl/latest/lib}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}
43+ ENV PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/bin}${PATH:+:}${PATH}
44+ ENV LD_LIBRARY_PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/lib:/opt/intel/oneapi/mkl/latest/lib}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}
4545ENV CMAKE_PREFIX_PATH=${INTEL:+/opt/intel/oneapi/mkl/latest/lib/cmake:}${CMAKE_PREFIX_PATH}
4646ENV CCACHE_MAXSIZE=250M
4747WORKDIR /home/votca
You can’t perform that action at this time.
0 commit comments