Skip to content

Commit

Permalink
Specify a version for sysroot_linux-64, without this I was getting ou…
Browse files Browse the repository at this point in the history
…t of date kernel headers and glibc link errors
  • Loading branch information
dagardner-nv committed Jan 10, 2024
1 parent c3bdbad commit 9ae6826
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ dependencies:
- sphinx
- sphinx_rtd_theme
- sqlalchemy<2.0
- sysroot_linux-64=2.17
- tqdm=4
- transformers=4.30.2
- tritonclient=2.26
Expand Down
1 change: 1 addition & 0 deletions conda/environments/dev_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ dependencies:
- sphinx
- sphinx_rtd_theme
- sqlalchemy<2.0
- sysroot_linux-64=2.17
- tqdm=4
- tritonclient=2.26
- typing_utils=0.1
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ dependencies:
- pybind11-stubgen=0.10
- rapidjson=1.1.0
- scikit-build=0.17.1
- sysroot_linux-64=2.17
- tritonclient=2.26 # Required by NvTabular, force the version, so we get protobufs compatible with 4.21
- ucx=1.14

Expand Down

0 comments on commit 9ae6826

Please sign in to comment.