Skip to content

Commit

Permalink
change LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
asteny committed Jan 10, 2025
1 parent 4b9bb16 commit 6cf4728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/worker/slurmd.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN chmod +x /opt/bin/install_openmpi.sh && \
/opt/bin/install_openmpi.sh && \
rm /opt/bin/install_openmpi.sh

ENV LD_LIBRARY_PATH=/usr/mpi/gcc/openmpi-${OPENMPI_VERSION}/lib
ENV LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/local/nvidia/lib:/usr/local/nvidia/lib64:/usr/local/cuda/targets/x86_64-linux/lib:/usr/mpi/gcc/openmpi-${OPENMPI_VERSION}/lib
ENV PATH=$PATH:/usr/mpi/gcc/openmpi-${OPENMPI_VERSION}/bin

# TODO: Install only necessary packages
Expand Down

0 comments on commit 6cf4728

Please sign in to comment.