We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf941db commit 460e467Copy full SHA for 460e467
neurodocker/templates/miniconda.yaml
@@ -44,6 +44,7 @@ binaries:
44
curl -fsSL -o "$conda_installer" {{ self.urls["*"] }}
45
bash "$conda_installer" -b -p {{ self.install_path }}
46
rm -f "$conda_installer"
47
+ conda tos accept
48
{% if self.version == "latest" -%}
49
conda update -yq -nbase conda
50
{% endif -%}
0 commit comments