You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Copy the cuda runtime library to the fixed location (workaround for readthedocs) so that
345
+
# we can leverage the existing LD_LIBRARY_PATH (configured by the readthedocs UI) to locate the cuda runtime library.
346
+
# (LD_LIBRARY_PATH is set to /home/docs/ for that purpose)
347
+
# Note that 'python3.8' is hard-coded here, it should be updated if the Python version changes by
348
+
# .readthedocs.yml or other configurations.
349
+
run_command ls -al /home/docs/checkouts/readthedocs.org/user_builds/${READTHEDOCS_PROJECT}/envs/${READTHEDOCS_VERSION}/lib/python3.8/site-packages/nvidia/cuda_runtime/lib/
0 commit comments