File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN yum -y install which
3535RUN wget https://root.cern/download/root_v6.28.10.Linux-centos8-x86_64-gcc8.5.tar.gz
3636RUN tar -xzvf root_v6.28.10.Linux-centos8-x86_64-gcc8.5.tar.gz
3737RUN rm -rf root_v6.28.10.Linux-centos8-x86_64-gcc8.5.tar.gz
38- RUN echo 'source /tmp /root/bin/thisroot.sh' >> ~/.bashrc
38+ RUN echo 'source /bdsim /root/bin/thisroot.sh' >> ~/.bashrc
3939
4040# HEPMC3
4141#RUN yum -y install HepMC3-rootIO-devel
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install libxxhash-dev libtbb-dev
2626RUN wget https://root.cern/download/root_v6.30.02.Linux-ubuntu20.04-x86_64-gcc9.4.tar.gz
2727RUN tar -xzvf root_v6.30.02.Linux-ubuntu20.04-x86_64-gcc9.4.tar.gz
2828RUN rm -rf root_v6.30.02.Linux-ubuntu20.04-x86_64-gcc9.4.tar.gz
29- RUN echo 'source /tmp /root/bin/thisroot.sh' >> ~/.bashrc
29+ RUN echo 'source /bdsim /root/bin/thisroot.sh' >> ~/.bashrc
3030
3131# HDF5
3232RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install libhdf5-dev
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install libxxhash-dev libtbb-dev
2929RUN wget https://root.cern/download/root_v6.30.02.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz
3030RUN tar -xzvf root_v6.30.02.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz
3131RUN rm -rf root_v6.30.02.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz
32- RUN echo 'source /tmp /root/bin/thisroot.sh' >> ~/.bashrc
32+ RUN echo 'source /bdsim /root/bin/thisroot.sh' >> ~/.bashrc
3333
3434# HDF5
3535RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install libhdf5-dev
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install cmake cmake-curses-gui w
2222 libxerces-c-dev bison flex x11vnc xvfb fvwm
2323
2424# python packages
25- RUN python3 -m venv /tmp /venv-bdsim
26- RUN /tmp /venv-bdsim/bin/pip install scipy matplotlib numpy ipython pybind11
25+ RUN python3 -m venv /bdsim /venv-bdsim
26+ RUN /bdsim /venv-bdsim/bin/pip install scipy matplotlib numpy ipython pybind11
2727
2828# ROOT
2929RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install libxxhash-dev libtbb-dev
3030RUN wget https://root.cern/download/root_v6.32.00.Linux-ubuntu24.04-x86_64-gcc13.2.tar.gz
3131RUN tar -xzvf root_v6.32.00.Linux-ubuntu24.04-x86_64-gcc13.2.tar.gz
3232RUN rm -rf root_v6.32.00.Linux-ubuntu24.04-x86_64-gcc13.2.tar.gz
33- RUN echo 'source /tmp /root/bin/thisroot.sh' >> ~/.bashrc
33+ RUN echo 'source /bdsim /root/bin/thisroot.sh' >> ~/.bashrc
3434
3535# HDF5
3636RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install libhdf5-dev
You can’t perform that action at this time.
0 commit comments