Skip to content
Snippets Groups Projects
Commit 625fd0ee authored by Johannes Schumann's avatar Johannes Schumann
Browse files

fix docker by using PROPOSAL latest

parent 4ba83c71
No related branches found
Tags v0.6.2
No related merge requests found
Pipeline #37828 failed
......@@ -19,11 +19,15 @@ RUN cd /opt && \
ADD . /km3buu
RUN cd /km3buu && \
pip3 install --upgrade pip && \
RUN pip3 install --upgrade pip && \
pip3 install setuptools-scm && \
pip3 install pytest-runner && \
pip3 install conan && \
pip3 install pytest-runner
RUN cd /opt && \
git clone https://github.com/tudo-astroparticlephysics/PROPOSAL.git && cd PROPOSAL && \
pip3 install -e .
RUN cd /km3buu && \
pip3 install -e . && \
pip3 install -e ".[dev]" && \
pip3 install -e ".[extras]"
......
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