Skip to content
Snippets Groups Projects

Basic scripts

Merged Johannes Schumann requested to merge basic-scripts into master
+ 4
1
@@ -30,9 +30,12 @@ ADD . /km3buu
RUN source /opt/rh/devtoolset-10/enable && \
cd /km3buu && \
pip3 install --upgrade pip && \
pip3 install setuptools-scm && \
pip3 install pytest-runner && \
pip3 install -e .
pip3 install -e . && \
pip3 install -e ".[dev]" && \
pip3 install -e ".[extras]"
RUN cd /km3buu/externals/km3net-dataformat/ && \
make
Loading