diff --git a/run_PSILARTEMP.sh b/run_PSILARTEMP.sh
index b1e17f2b2e899a5ac2431cc59c22162380d8e604..9b2c45642e732ea431476d3f5e11e58ef2f11e82 100755
--- a/run_PSILARTEMP.sh
+++ b/run_PSILARTEMP.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"