Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
gigony committed Apr 12, 2024
1 parent 8a06959 commit 42e26ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
)
# Update LD_LIBRARY_PATH for CUDA runtime
old_ld_library_path = os.environ.get("LD_LIBRARY_PATH", "")
print(f"old LD_LIBRARY_PATH: {old_ld_library_path}")
# Note that 'python3.8' is hard-coded here, it should be updated if the Python version changes by
# .readthedocs.yml or other configurations.
os.environ["LD_LIBRARY_PATH"] = (
Expand Down

0 comments on commit 42e26ae

Please sign in to comment.