mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-24 13:23:29 +00:00
Add agent.ignore_requested_python_version to config file
This commit is contained in:
parent
1e795beec8
commit
3c4e976093
@ -26,6 +26,9 @@
|
|||||||
# Example values: "/usr/bin/python3" or "/usr/local/bin/python3.6"
|
# Example values: "/usr/bin/python3" or "/usr/local/bin/python3.6"
|
||||||
# The default is the python executing the clearml_agent
|
# The default is the python executing the clearml_agent
|
||||||
python_binary: ""
|
python_binary: ""
|
||||||
|
# ignore any requested python version (Default: False, if a Task was using a
|
||||||
|
# specific python version and the system supports multiple python the agent will use the requested python version)
|
||||||
|
# ignore_requested_python_version: true
|
||||||
|
|
||||||
# select python package manager:
|
# select python package manager:
|
||||||
# currently supported pip and conda
|
# currently supported pip and conda
|
||||||
|
@ -42,6 +42,9 @@ agent {
|
|||||||
# Example values: "/usr/bin/python3" or "/usr/local/bin/python3.6"
|
# Example values: "/usr/bin/python3" or "/usr/local/bin/python3.6"
|
||||||
# The default is the python executing the clearml_agent
|
# The default is the python executing the clearml_agent
|
||||||
python_binary: ""
|
python_binary: ""
|
||||||
|
# ignore any requested python version (Default: False, if a Task was using a
|
||||||
|
# specific python version and the system supports multiple python the agent will use the requested python version)
|
||||||
|
# ignore_requested_python_version: true
|
||||||
|
|
||||||
# select python package manager:
|
# select python package manager:
|
||||||
# currently supported pip and conda
|
# currently supported pip and conda
|
||||||
|
Loading…
Reference in New Issue
Block a user