Skip to content

Commit

Permalink
common: install missing benchmarking dependencies
Browse files Browse the repository at this point in the history
- numactl
- pandas

Signed-off-by: Jan Michalski <jan.michalski@intel.com>
  • Loading branch information
janekmi committed Mar 27, 2024
1 parent 872f480 commit a4c4ef1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/ansible/opensuse-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
state: present
name:
- glib2-devel
- numactl
- python3-pandas

- name: Install examples dependencies (optional)
package:
Expand Down
6 changes: 6 additions & 0 deletions utils/ansible/rockylinux-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
state: present
name:
- glib2-devel
- numactl
- python3-pip

- name: Install benchmarks dependencies part 2 (optional)
ansible.builtin.pip:
name: pandas

- name: Install examples dependencies (optional)
package:
Expand Down

0 comments on commit a4c4ef1

Please sign in to comment.