Skip to content
Snippets Groups Projects
Commit f2154b3e authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Set env vars JUGGLER_DETECTOR, DETECTOR_PATH, JUGGLER_INSTALL_PREFIX

parent aab9366d
No related branches found
No related tags found
1 merge request!119Set env vars JUGGLER_DETECTOR, DETECTOR_PATH, JUGGLER_INSTALL_PREFIX
......@@ -80,8 +80,14 @@ RUN cd /tmp
&& popd \
&& rm -rf build ip6 \
&& echo "ADDING SETUP SCRIPT" \
&& echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/detector/lib' \
> /opt/detector/setup.sh
&& echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/detector/lib' \
> /opt/detector/setup.sh \
&& echo 'export JUGGLER_DETECTOR=athena' \
>> /opt/detector/setup.sh \
&& echo 'export DETECTOR_PATH=/opt/detector/share/athena' \
>> /opt/detector/setup.sh \
&& echo 'export JUGGLER_INSTALL_PREFIX=/usr/local' \
>> /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