diff --git a/pyproject.toml b/pyproject.toml index 586eb83c647202e44099959613e8cbbcb7cef8fa..00524eb0c9ff72684e80c42021bbea125da83053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ test-command = "pytest {project}/aidge_backend_cuda/unit_tests" # ] repair-wheel-command = "" +repair-wheel-command = "auditwheel --verbose repair {wheel} -w {dest_dir} --exclude libcudart.so.12 --exclude libcudnn.so.9 --exclude libcublas.so.12 --exclude libcublasLt.so.12" [tool.cibuildwheel.container-engine] # pass command line options to 'docker run'