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

Docker pip update and install all requirements

parent 2af8a0ee
1 merge request!24Basic scripts
Pipeline #23902 passed
...@@ -30,9 +30,12 @@ ADD . /km3buu ...@@ -30,9 +30,12 @@ ADD . /km3buu
RUN source /opt/rh/devtoolset-10/enable && \ RUN source /opt/rh/devtoolset-10/enable && \
cd /km3buu && \ cd /km3buu && \
pip3 install --upgrade pip && \
pip3 install setuptools-scm && \ pip3 install setuptools-scm && \
pip3 install pytest-runner && \ pip3 install pytest-runner && \
pip3 install -e . pip3 install -e . && \
pip3 install -e ".[dev]" && \
pip3 install -e ".[extras]"
RUN cd /km3buu/externals/km3net-dataformat/ && \ RUN cd /km3buu/externals/km3net-dataformat/ && \
make make
......
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