Fri May 2 03:32:04 PM CEST 2025

This commit is contained in:
Niklas Halle 2025-05-02 15:32:04 +02:00
parent 1531c9adc1
commit 310b6bfccf
9 changed files with 347 additions and 25 deletions

View file

@ -83,7 +83,7 @@ RUN python3 -m pip install --upgrade jupyterlab
# Install dependencies for ros2_tracing
RUN apt-get update -q && \
apt-get install -y lttng-tools lttng-modules-dkms liblttng-ust-dev
RUN apt-get install -y python3-babeltrace python3-lttng python3-pytest python3-pandas
RUN apt-get install -y python3-babeltrace python3-lttng python3-pytest python3-pytest-cov python3-pandas
# Python bokeh is not available in the default apt repository
# So we install it using pip