Skip to content
Snippets Groups Projects
Commit 8816c88a authored by Bastian Telgen's avatar Bastian Telgen
Browse files

install package with pip

parent 8b3d9173
No related branches found
No related tags found
No related merge requests found
Pipeline #124821 failed
......@@ -33,7 +33,6 @@ RUN apt-get update && \
libxrender1 \
ninja-build \
python3 python3-pip \
python3-h5py \
python3-scipy \
gdb
......@@ -42,7 +41,8 @@ RUN pip3 install \
black==22.1.0 \
pylint==2.12.2 \
sympy==1.7.1 \
gcovr==5.0
gcovr==5.0 \
h5py==3.6.0
RUN apt-get update && \
DEBIAN_FRONTEND="noninteractive" \
......
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