Merge branch 'master' into tremor_vars

This commit is contained in:
vkoesmahargyo
2020-12-02 10:55:49 -05:00
committed by GitHub
15 changed files with 730 additions and 33 deletions

View File

@@ -55,6 +55,9 @@ fi
if [[ $dbm_group == *"movement"* ]]; then
dbm_new="$dbm_new movement"
fi
if [[ $dbm_group == *"nlp"* ]]; then
dbm_new="$dbm_new nlp"
fi
#docker commands to run container
docker create -ti --name dbm_container dbm bash