diff --git a/entrypoint.sh b/entrypoint.sh index b99e8ad..652e072 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,5 +7,6 @@ crontab /app/crontab #service cron start echo "Start" +pip install scikit-learn cron && tail -f /app/cron.log echo "End"