Skip to content
Snippets Groups Projects
Unverified Commit 0471fbe7 authored by Ramesh Sampath's avatar Ramesh Sampath Committed by GitHub
Browse files

Update Dockerfile

parent f81aeb15
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ FROM nvidia/cuda:11.2.2-base-ubuntu20.04 as devel
################################################################################
# LD Library Path is not correctly set. It points to /usr/local/nvidia/lib:/usr/local/nvidia/lib64
RUN echo $LD_LIBRARY_PATH
RUN export LD_LIBRARY_PATH="/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda-11.1/lib64"
ENV LD_LIBRARY_PATH="/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda-11.1/lib64"
COPY --from=builder /dt7 /dt7
COPY --from=builder /dt9 /dt9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment