Closed gfardell closed 2 months ago
conda env config vars set CUDA_PATH="X"
might work. But I'm not sure that the cudatoolit
package is actually installing the cudart libraries on windows.
For context this is on a windows installation of the tigre conda package. This appears to be handled with linux.
This is an issue with tigre trying to find the cudart
library rather than relying on the application.
https://github.com/TomographicImaging/CIL/issues/1596
I seem to recall a way to set environment variables for an enviroment inside the meta.yaml.
Failing that we should use scripts in activate.d and deactivated.d