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
No related branches found
No related tags found
1 merge request!24Basic scripts
Pipeline #23902 passed
This commit is part of merge request !24. Comments created here will be created in the context of that merge request.
......@@ -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
......
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