Skip to content

Commit

Permalink
Downgrade patchelf version from 0.18.0 to 0.17.2 due to patchelf regr…
Browse files Browse the repository at this point in the history
…ession (#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
  • Loading branch information
nv-kmcgill53 authored and mc-nv committed Jan 31, 2025
1 parent 3b8974e commit 16a3ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ main Triton [issues page](https://github.com/triton-inference-server/server/issu
Use a recent cmake to build. First install the required dependencies.

```
$ apt-get install patchelf rapidjson-dev python3-dev
$ apt-get install rapidjson-dev python3-dev python3-pip
$ pip3 install patchelf==0.17.2
```

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

0 comments on commit 16a3ed4

Please sign in to comment.