Skip to content

Commit 5db0ce3

Browse files
authored
openssl in install script (#113)
1 parent 304aeff commit 5db0ce3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ main() {
122122
check_sudo
123123
check_wheels
124124

125+
# Install openssl as we overwrite the default version when we update LD_LIBRARY_PATH
126+
conda install -y openssl
127+
125128
install_system_packages
126129
download_vllm_wheel
127130

0 commit comments

Comments
 (0)