UNCLASSIFIED

Commit 9f359f2d authored by Andrew Simonetta's avatar Andrew Simonetta
Browse files

added usr lib64 to lib path

parent 6a821968
Pipeline #227464 passed with stages
in 58 minutes and 5 seconds
......@@ -16,7 +16,7 @@ RUN dnf -y upgrade && dnf -y install pkg-config libgomp libpng python38 && dnf c
#ENV
ENV PATH /usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}
ENV LD_LIBRARY_PATH /usr/local/nvidia/lib:/usr/local/nvidia/lib64:/opt/tritonserver/lib
ENV LD_LIBRARY_PATH /usr/local/nvidia/lib:/usr/local/nvidia/lib64:/opt/tritonserver/lib:/usr/lib64
#Link
RUN ln -s cuda-11.2 /usr/local/cuda
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment