Unanswered
Hello!, Does Anyone Know Why When Running A Task In A Specific Docker Image, There Are Some Python Packages Whose Versions Doesn'T Match? For Example, I Have Installed The Package Ultralytics On 8.1.25 On The Docker Image But It'S On 8.1.11 In The Install
I fixed it by adding this to the task
Task.add_requirements("ultralytics", "8.1.24")
But I still don't understand why I'm using a docker image if clearml then installs different versions
93 Views
0
Answers
8 months ago
8 months ago