mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Add sdk.development.detailed_import_report configuration option to provide a detailed report of all python package imports
This commit is contained in:
parent
8ebf9be604
commit
70cf0882d4
@ -175,6 +175,9 @@ sdk {
|
|||||||
# If this flag is true (default is false), instead of analyzing the code with Pigar, analyze with `pip freeze`
|
# If this flag is true (default is false), instead of analyzing the code with Pigar, analyze with `pip freeze`
|
||||||
detect_with_pip_freeze: false
|
detect_with_pip_freeze: false
|
||||||
detect_with_conda_freeze: false
|
detect_with_conda_freeze: false
|
||||||
|
# If True, provide a detailed report of all python package imports
|
||||||
|
# as comments inside the "Installed packages" section
|
||||||
|
detailed_import_report: false
|
||||||
|
|
||||||
# Log specific environment variables. OS environments are enlisted in the "Environment" section
|
# Log specific environment variables. OS environments are enlisted in the "Environment" section
|
||||||
# of the Hyper-Parameters.
|
# of the Hyper-Parameters.
|
||||||
|
Loading…
Reference in New Issue
Block a user