Skip to content

Commit

Permalink
publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Dec 6, 2023
1 parent d388c95 commit fbd0c3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions src/utils/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,14 @@ async function buildAndMakeWheel(
let nvLibs: string[] = []
if (useNVWheels) {
nvLibs = [
'libcudnn_cnn_infer.so',
'libcudnn_cnn_train.so',
'libcudnn_ops_infer.so',
'libcudnn_ops_train.so',
'libcublas.so',
'libcublasLt.so'
'libcudnn_cnn_infer.so.8',
'libcudnn_cnn_train.so.8',
'libcudnn_ops_infer.so.8',
'libcudnn_ops_train.so.8',
'libcublas.so.11',
'libcublasLt.so.11',
'libcublas.so.12',
'libcublasLt.so.12'
]
}
const nvLibsExcludes = Array.prototype.concat.apply(
Expand Down

0 comments on commit fbd0c3c

Please sign in to comment.