diff --git a/run_SEPTREFHUM.sh b/run_SEPTREFHUM.sh
index 965e4f5548935f3a7ca4e72ee9227677ffcbf953..dca48bbb900af159b43e1f93adc7e0a4e98868d0 100755
--- a/run_SEPTREFHUM.sh
+++ b/run_SEPTREFHUM.sh
@@ -53,8 +53,8 @@ cd $APP_PATH
 # Create and activate the virtual environment
 python3 -m venv .venv
 . .venv/bin/activate
-python3 -m pip install --upgrade pip
-pip install -r $REQUIREMENTS
+python3 -m pip install -q --upgrade pip
+pip install -q -r $REQUIREMENTS
 
 # Run the model
 echo "==== `date`: Running model" &>> "$LOG_FILE"