Andrew Keane commited on
Commit
e94fa9f
·
1 Parent(s): 5d65977

echo Complete

Browse files
Files changed (1) hide show
  1. mlops_product.sh +2 -0
mlops_product.sh CHANGED
@@ -52,6 +52,8 @@ $SSHCMD "cd $MLOPSPRODUCT && source venv/bin/activate && pip install -r requirem
52
  echo ; echo "`date` - Start the product"
53
  $SSHCMD "nohup $MLOPSPRODUCT/venv/bin/python3 $MLOPSPRODUCT/app.py > log.txt 2>&1 &"
54
 
 
 
55
 
56
  # debugging ideas (original notes from Professor)
57
  # sudo apt-get install gh
 
52
  echo ; echo "`date` - Start the product"
53
  $SSHCMD "nohup $MLOPSPRODUCT/venv/bin/python3 $MLOPSPRODUCT/app.py > log.txt 2>&1 &"
54
 
55
+ echo ; echo "`date` - Complete"
56
+
57
 
58
  # debugging ideas (original notes from Professor)
59
  # sudo apt-get install gh