"lib/bindings/python/vscode:/vscode.git/clone" did not exist on "18d9d1fa4f8c6f82ddc0ecf4a55fc20238393a12"
Unverified Commit a67e682b authored by Tanmay Verma's avatar Tanmay Verma Committed by GitHub
Browse files

fix: remove lib.real from LD_LIBRARY_PATH (#1546)

parent 6063b1b9
......@@ -92,7 +92,7 @@ RUN cd /usr/local/src && \
make -j install-strip && \
ldconfig
ENV LD_LIBRARY_PATH=/usr/lib:/usr/local/ucx/lib:/usr/local/cuda/compat/lib.real:$LD_LIBRARY_PATH
ENV LD_LIBRARY_PATH=/usr/lib:/usr/local/ucx/lib:$LD_LIBRARY_PATH
ENV CPATH=/usr/include:$CPATH
ENV PATH=/usr/bin:$PATH
ENV PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH
......
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