Skip to content
Snippets Groups Projects

Main

Merged Tor-Einar Skog requested to merge main into release
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -53,8 +53,8 @@ cd $APP_PATH
@@ -53,8 +53,8 @@ cd $APP_PATH
# Create and activate the virtual environment
# Create and activate the virtual environment
python3 -m venv .venv
python3 -m venv .venv
. .venv/bin/activate
. .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -q --upgrade pip
pip install -r $REQUIREMENTS
pip install -q -r $REQUIREMENTS
# Run the model
# Run the model
echo "==== `date`: Running model" &>> "$LOG_FILE"
echo "==== `date`: Running model" &>> "$LOG_FILE"
Loading