mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-11 23:34:19 +00:00
Change the default conda channel order, so it pulls the correct pytorch
This commit is contained in:
parent
cf6fdc0d81
commit
2ea38364bb
@ -47,7 +47,7 @@
|
|||||||
# extra_index_url: ["https://allegroai.jfrog.io/clearmlai/api/pypi/public/simple"]
|
# extra_index_url: ["https://allegroai.jfrog.io/clearmlai/api/pypi/public/simple"]
|
||||||
|
|
||||||
# additional conda channels to use when installing with conda package manager
|
# additional conda channels to use when installing with conda package manager
|
||||||
conda_channels: ["defaults", "conda-forge", "pytorch", ]
|
conda_channels: ["pytorch", "conda-forge", "defaults", ]
|
||||||
|
|
||||||
# If set to true, Task's "installed packages" are ignored,
|
# If set to true, Task's "installed packages" are ignored,
|
||||||
# and the repository's "requirements.txt" is used instead
|
# and the repository's "requirements.txt" is used instead
|
||||||
|
@ -63,7 +63,7 @@ agent {
|
|||||||
extra_index_url: []
|
extra_index_url: []
|
||||||
|
|
||||||
# additional conda channels to use when installing with conda package manager
|
# additional conda channels to use when installing with conda package manager
|
||||||
conda_channels: ["pytorch", "conda-forge", ]
|
conda_channels: ["pytorch", "conda-forge", "defaults", ]
|
||||||
# conda_full_env_update: false
|
# conda_full_env_update: false
|
||||||
# conda_env_as_base_docker: false
|
# conda_env_as_base_docker: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user