yay
This commit is contained in:
parent
a93291f4fd
commit
1531c9adc1
6 changed files with 214 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue