Change the default conda channel order, so it pulls the correct pytorch

This commit is contained in:
allegroai 2021-03-18 10:03:36 +02:00
parent cf6fdc0d81
commit 2ea38364bb
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
# extra_index_url: ["https://allegroai.jfrog.io/clearmlai/api/pypi/public/simple"]
# 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,
# and the repository's "requirements.txt" is used instead

View File

@ -63,7 +63,7 @@ agent {
extra_index_url: []
# 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_env_as_base_docker: false