dotnet cuda docker #8523
Unanswered
skywalkerisnull
asked this question in
Other Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
We have been having some trouble getting dotnet (C#) to work with CUDA in docker. We have the CPU version working, but when we use the latest-cuda, we get an error such as:
The base image we are using is:
We had the service running with the same base image in python and only needed to install our python dependencies and it was able to execute on the GPU. Any ideas or things we could look into to make it work with dotnet on CUDA in a container?
Beta Was this translation helpful? Give feedback.
All reactions