Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- DEPLOY_SCRIPTS=$(dirname "${BASH_SOURCE[0]}")
- DEPLOY_ROOT=$(dirname "$DEPLOY_SCRIPTS")
- . "$DEPLOY_SCRIPTS/_utils.sh"
- source "$(get_base_env)/bin/activate"
- cp -a "$DEPLOY_ROOT/conda/.condarc" "$(get_base_env)"
- mamba env update -f "$DEPLOY_ROOT/conda/environment.yml"
Advertisement
Add Comment
Please, Sign In to add comment