Skip to content
Snippets Groups Projects
Commit 1d0f1b6d authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Add installed detectors to end of LD_LIBRARY_PATH to avoid conflicts with ATHENA_PREFIX

parent ccda672a
No related branches found
No related tags found
1 merge request!95Add installed detectors to end of LD_LIBRARY_PATH to avoid conflicts with ATHENA_PREFIX
......@@ -83,7 +83,7 @@ RUN cd /tmp
&& popd \
&& rm -rf build ip6 \
&& echo "ADDING SETUP SCRIPT" \
&& echo "export LD_LIBRARY_PATH=/opt/detector/lib:\$LD_LIBRARY_PATH" \
&& echo "export \$LD_LIBRARY_PATH:LD_LIBRARY_PATH=/opt/detector/lib" \
> /opt/detector/setup.sh
## Install benchmarks into the container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment