Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docker build #31

Merged
merged 1 commit into from
Aug 10, 2023
Merged

fix docker build #31

merged 1 commit into from
Aug 10, 2023

Conversation

casperdcl
Copy link
Member

@casperdcl casperdcl commented Aug 10, 2023

Docker does not expose GPU devices during build-time (it can expose them only at runtime).

This PR allows building NIMPA CUDA libs if GPU libs (but no GPU devices) are found.

@casperdcl casperdcl added bug Something isn't working enhancement New feature or request framework labels Aug 10, 2023
@casperdcl casperdcl requested a review from pjmark August 10, 2023 19:23
@casperdcl casperdcl self-assigned this Aug 10, 2023
@codecov
Copy link

codecov bot commented Aug 10, 2023

Codecov Report

Merging #31 (3525666) into master (372cae0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   11.05%   11.05%           
=======================================
  Files          16       16           
  Lines        3138     3138           
=======================================
  Hits          347      347           
  Misses       2791     2791           

@casperdcl
Copy link
Member Author

/tag v2.6.3 913174e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant