-
Notifications
You must be signed in to change notification settings - Fork 0
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
Docker: Add GPU Support for Tensorflow #12
Labels
enhancement
New feature or request
Comments
DiogenesAnalytics
added
the
documentation
Improvements or additions to documentation
label
Dec 15, 2023
DiogenesAnalytics
added a commit
that referenced
this issue
Dec 15, 2023
Implemented (finally) with: 1c7b1f6 |
ProblemInstalling the SolutionNeed to work with Poetry docs to figure out the correct way to make these CUDA libs optional ... |
DiogenesAnalytics
added
enhancement
New feature or request
and removed
documentation
Improvements or additions to documentation
labels
Dec 16, 2023
DiogenesAnalytics
added a commit
that referenced
this issue
Dec 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Currently the Docker image being built does not have the correct drivers to work with the version of
tensorflow
pinned in the pyproject.toml file:autoencoder/pyproject.toml
Line 20 in ca2c35b
Solution
What seems to work is installing
tensorflow[and-cuda]
viapip
according to the Tensorflow install documentation. Now the question becomes: how to handle this optional install with theautoencoder
library (which usespoetry
as its build backend)?References
The text was updated successfully, but these errors were encountered: