Skip to content

Commit

Permalink
update shlib config to avoid ld_library_path use, pt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
agt committed Jul 23, 2023
1 parent 06cf719 commit 9e34316
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 @@ -41,7 +41,7 @@ RUN ln -s cuda-11.2 /usr/local/cuda && ln -s cuda-11.2 /usr/local/cuda-11
RUN echo '/usr/local/cuda/targets/x86_64-linux/lib' >> /etc/ld.so.conf.d/000_cuda.conf && \
echo '/usr/local/cuda-11/targets/x86_64-linux/lib' >> /etc/ld.so.conf.d/989_cuda-11.conf && \
( echo '/usr/local/nvidia/lib'; echo '/usr/local/nvidia/lib64' ) >> /etc/ld.so.conf.d/nvidia.conf && \
ldconfig -a
ldconfig

###########################################
# Remainder of install as nonprivleged user
Expand Down

0 comments on commit 9e34316

Please sign in to comment.