From 52c4e583d48f7dc5b9cbb5829726bdacaf2544b6 Mon Sep 17 00:00:00 2001 From: Enzo Date: Mon, 11 Dec 2023 16:10:42 +0100 Subject: [PATCH] update --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) 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"