diff --git a/run_NAERSTADMO.sh b/run_NAERSTADMO.sh index 6f0b8777f3f89bf84aa28875153079552daea767..f25253d424ed5b1c01e512781d9cf57c898bfe42 100755 --- a/run_NAERSTADMO.sh +++ b/run_NAERSTADMO.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"