Skip to content
Snippets Groups Projects
Commit ff571a8a authored by Rodrigo G. Ruiz's avatar Rodrigo G. Ruiz Committed by Johannes Schumann
Browse files

add km3net-dataformat to Dockerfile

parent 9a356f2c
No related branches found
No related tags found
1 merge request!12Restructure
......@@ -51,5 +51,12 @@ RUN cd /km3buu && \
pip3 install pytest-runner && \
pip3 install -e .
ENV ROOTSYS /usr/local
ENV PATH="${ROOTSYS}/bin:${PATH}"
ENV LD_LIBRARY_PATH="${ROOTSYS}/lib:${LD_LIBRARY_PATH}"
RUN cd /km3buu/externals/km3net-dataformat/ && \
make
ENV CONTAINER_GIBUU_EXEC=/opt/release2021/objects/GiBUU.x
ENV LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"
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