Skip to content

Commit be627ae

Browse files
committed
explicitly exclude defaults channel
make sure we're always using conda-forge it's unlikely any packages came from defaults for users (will only happen for packages not on conda-forge, and would often result in a broken env anyway), but this ensures defaults channel is opt-in.
1 parent afaa6e3 commit be627ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

repo2docker/buildpacks/conda/install-base-env.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export PATH="${PWD}/bin:$PATH"
3030
cat <<EOT >> ${CONDA_DIR}/.condarc
3131
channels:
3232
- conda-forge
33-
- defaults
3433
auto_update_conda: false
3534
show_channel_urls: true
3635
update_dependencies: false

0 commit comments

Comments
 (0)