export AWS_ACCESS_KEY_ID=$(aws --profile fansifter configure get aws_access_key_id)
export AWS_SECRET_ACCESS_KEY=$(aws --profile fansifter configure get aws_secret_access_key)
export DATABASE_NAME=fansifter

# Mor Mlflow
export GIT_PYTHON_REFRESH=quiet

# User --no-cache option to force reinstalling libraries (if we want to install sklearn-extra latest master for example)
docker-compose build #--no-cache
docker-compose up
