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

@@ -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