Skip to content

Commit

Permalink
Fixes creating environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Aug 9, 2024
1 parent 2b3dc7f commit d210e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ then
fi

function create_environment() {
mamba create -n cime-$1 --file /cime.yaml python=$1
mamba create -n cime-$1 python=$1
mamba env update -n cime-$1 -f /cime.yaml

source /opt/conda/etc/profile.d/conda.sh

Expand Down

0 comments on commit d210e82

Please sign in to comment.