o
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
aa904eddf0
commit
8da58ed95b
@ -1,14 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Charger le fichier cron
|
echo "[INFO] STARTING AI MODEL TRAINING SERVER"
|
||||||
crontab /app/crontab
|
echo "[INFO] LAUNCH CRON IN BACKGROUND"
|
||||||
|
service cron start
|
||||||
# Démarrer le service cron en arrière-plan
|
service cron status
|
||||||
#service cron start
|
|
||||||
|
|
||||||
|
|
||||||
pip install --upgrade pip
|
|
||||||
pip install scikit-learn
|
|
||||||
echo "Start"
|
|
||||||
cron && tail -f /app/cron.log
|
|
||||||
echo "End"
|
|
||||||
|
Loading…
Reference in new issue