Unanswered
Post_Packages:
GentleSwallow91 notice that on the Task you have "Installed Packages" this is the equivalent of requirments.txt , you can edit it and add a missing package, or programatically add it in code (though usually directly imported packages are automatically registered, how come this one is missing?)
to add a package in code:Task.add_requirements(package_name="my_package", package_version=">=1") task = Task.init(...)
base docker image but clearML has not determined it during the script run and has not put it package list.
Are you running in docker mode ? the venv inside the docker inherits from all the installed packages, how come it is missing?
193 Views
0
Answers
2 years ago
one year ago