Added message when cara is running on scriptd

This commit is contained in:
Luis Aleixo 2021-11-08 11:40:30 +01:00
parent 37edf3163e
commit 4c0708bb8f
4 changed files with 6 additions and 2 deletions

View file

@ -9,4 +9,5 @@ if [[ `uname -m` == 'arm64' ]]; then
pip3 install -U --no-use-pep517 scikit-learn
fi
pip3 install -e .
python3 -m cara.apps.calculator
python3 -m cara.apps.calculator
echo "CARA is now running at http://localhost:8080"

View file

@ -3,3 +3,4 @@ cd cara
git lfs pull
pip install -e .
python -m cara.apps.calculator
echo "CARA is now running at http://localhost:8080"

View file

@ -9,4 +9,5 @@ if [[ `uname -m` == 'arm64' ]]; then
pip3 install -U --no-use-pep517 scikit-learn
fi
pip3 install -e .
python3 -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern
python3 -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern
echo "CARA is now running at http://localhost:8080"

View file

@ -3,3 +3,4 @@ cd cara
git lfs pull
pip install -e .
python -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern
echo "CARA is now running at http://localhost:8080"