This commit is contained in:
Niklas Halle 2025-04-29 14:57:54 +02:00
parent a93291f4fd
commit 1531c9adc1
6 changed files with 214 additions and 1 deletions

View file

@ -89,6 +89,9 @@ RUN apt-get install -y python3-babeltrace python3-lttng python3-pytest python3-p
# So we install it using pip
RUN python3 -m pip install --upgrade bokeh
# Install additional Python packages
RUN python3 -m pip install --upgrade numexpr
# Add user to the "tracing" group
RUN usermod -aG tracing $USERNAME