Skip to content

Commit 1a08cca

Browse files
charles-typmeta-codesync[bot]
authored andcommitted
Add missing dependency when running on public cloud (#303)
Summary: Pull Request resolved: #303 $title Reviewed By: YifanYuan3 Differential Revision: D87257293 fbshipit-source-id: 881e8c7db72fd857c26295e2a166594eb4aa6a85
1 parent 68978f3 commit 1a08cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ scl enable gcc-toolset-11 bash
320320
Install git, click, pyyaml and tabulate using DNF, then install Pandas with pip:
321321

322322
```bash
323-
dnf install -y git python3-click python3-pyyaml python3-tabulate python3-pip xz-devel
323+
dnf install -y git python3-click python3-pyyaml python3-tabulate python3-pip xz-devel wget numactl sysstat
324324
pip-3.9 install pandas packaging
325325
```
326326

0 commit comments

Comments
 (0)