Skip to content

Commit

Permalink
Extend LD_LIBRARY_PATH with pytorch directory (#717)
Browse files Browse the repository at this point in the history
* Extend LD_LIBRARY_PATH with pytorch directory

* Move LD_LIBRARY_PATH to setenv
  • Loading branch information
oliverholworthy authored Jun 8, 2023
1 parent 7463188 commit c005bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ commands =
sitepackages=true
setenv =
TF_GPU_ALLOCATOR=cuda_malloc_async
LD_LIBRARY_PATH=/opt/tritonserver/backends/pytorch
LD_LIBRARY_PATH=/opt/tritonserver/backends/pytorch:{env:LD_LIBRARY_PATH}
deps =
-rrequirements/test.txt
commands =
Expand Down

0 comments on commit c005bd0

Please sign in to comment.