Unanswered
Hi All, I'M Trying To Use Cuml With Clearml And Am Curious If Anyone Has Encountered Running The Rapids Image On A Privately Hosted Clearml Agent Before? I Set Clearml_Agent_Pip_Venv_Install=/Opt/Conda/Envs/Rapids/Bin/Python As A Flag Inside Task.Set_Base
Hey SuccessfulKoala55 , i figured a workaround to the problem and just wanted to close the loop. Rapids requires c++ code to be integrated into their package and also auxiliary packages inside their prebuilt image and the pip ecosystem currently doesn't support their requirements https://medium.com/rapids-ai/rapids-0-7-release-drops-pip-packages-47fc966e9472 (hence the need to use conda). Instead of trying to run conda with clearml-agent i figured it might be possible to pass the PYTHONPATH=<conda path>
env variable to direct python to look for packages in the conda environment instead. It works as intended and i'm satisfied with the workaround for now.
155 Views
0
Answers
2 years ago
one year ago