Skip to content

Commit 460e467

Browse files
committed
adds "conda tos accept" to accept conda terms of service
1 parent cf941db commit 460e467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neurodocker/templates/miniconda.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ binaries:
4444
curl -fsSL -o "$conda_installer" {{ self.urls["*"] }}
4545
bash "$conda_installer" -b -p {{ self.install_path }}
4646
rm -f "$conda_installer"
47+
conda tos accept
4748
{% if self.version == "latest" -%}
4849
conda update -yq -nbase conda
4950
{% endif -%}

0 commit comments

Comments
 (0)