Skip to content

Commit fcecb1b

Browse files
authored
Downgrade patchelf version from 0.18.0 to 0.17.2 due to patchelf regression (#145)
Patchelf shipped a regression in 0.18.0 and has since yanked the pypi release pointing to 0.17.2 as the most recent version. However, 0.18.0 is still the version shipped in both the apt and yum repositories, thus we must use pip to install the version we want. See mayeut/patchelf-pypi#87
1 parent bad1661 commit fcecb1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ main Triton [issues page](https://github.com/triton-inference-server/server/issu
5252
Use a recent cmake to build. First install the required dependencies.
5353

5454
```
55-
$ apt-get install patchelf rapidjson-dev python3-dev
55+
$ apt-get install rapidjson-dev python3-dev python3-pip
56+
$ pip3 install patchelf==0.17.2
5657
```
5758

5859
An appropriate PyTorch container from [NGC](https://ngc.nvidia.com) must be used.

0 commit comments

Comments
 (0)