Skip to content

Commit 15e4a3d

Browse files
ahmadelyousseffacebook-github-bot
authored andcommitted
Add installation tests for AI Inference Benchmarks Sandcastle
Differential Revision: D82774236 Privacy Context Container: L1362308
1 parent 4654b85 commit 15e4a3d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

scripts/install-deps.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ centos9() {
2121
$SUDO dnf config-manager --set-enabled crb
2222
fi
2323
$SUDO dnf group install -y "Development Tools" --exclude="texlive*"
24+
25+
$SUDO dnf install -y openssl-devel
2426
}
2527

2628
centos8() {
@@ -48,6 +50,8 @@ centos8() {
4850

4951
$SUDO dnf install -y gcc-toolset-11
5052
scl enable gcc-toolset-11 bash
53+
54+
$SUDO dnf install -y openssl-devel
5155
}
5256

5357
ubuntu22() {
@@ -56,6 +60,8 @@ ubuntu22() {
5660
$SUDO apt update
5761
$SUDO apt install -y python3-pip git lshw sysstat dmidecode
5862
$SUDO pip3 install click pyyaml tabulate pandas packaging
63+
64+
$SUDO apt install -y libssl-dev
5965
}
6066

6167
if [ -f /etc/os-release ]; then

0 commit comments

Comments
 (0)