Added message when cara is running on scriptd
This commit is contained in:
parent
37edf3163e
commit
4c0708bb8f
4 changed files with 6 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
Loading…
Reference in a new issue