Fix conda environment support for trains 0.16.3 full env. Add agent.package_manager.conda_full_env_update to allow conda to update back the requirements (default is false, to preserve previous behavior)

This commit is contained in:
allegroai
2020-10-11 11:24:52 +03:00
parent 6f078afafd
commit 9fe77f3c28
3 changed files with 152 additions and 16 deletions

View File

@@ -62,6 +62,7 @@ agent {
# additional conda channels to use when installing with conda package manager
conda_channels: ["pytorch", "conda-forge", ]
# conda_full_env_update: false
# set the priority packages to be installed before the rest of the required packages
# priority_packages: ["cython", "numpy", "setuptools", ]