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
tar -C ${ARTIFACT_DIR}/tls -cvj $(basename -a ${ARTIFACT_DIR}/tls/*.so.*) > libraries-tls-${VERSION}.tar.bz2
It creates the right file, but also another empty file. Will work on a PR when I get time
There are 2 tls dlls and both should be packaged, but the one in tls directory has the newer ABI. The old ABI one is not passed to nvidia-docker. Some applications need the tls library to work.
The text was updated successfully, but these errors were encountered:
I added this line to
_export.sh
It creates the right file, but also another empty file. Will work on a PR when I get time
There are 2 tls dlls and both should be packaged, but the one in tls directory has the newer ABI. The old ABI one is not passed to nvidia-docker. Some applications need the tls library to work.
The text was updated successfully, but these errors were encountered: