From 2b043c21a34d2ef998684f6c6a3a41431d453348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Sk=C3=B3rzewski?= Date: Wed, 22 May 2024 08:16:29 +0200 Subject: [PATCH] sklearn -> scikit-learn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c369ff5..7288793 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ RUN apt install -y python3 python3-pip RUN apt install -y sshpass openssh-client git #RUN pip3 install kaggle RUN mkdir /.kaggle && chmod o+w /.kaggle -RUN python3 -m pip install dvc 'dvc[ssh]' paramiko numpy pandas mlflow sklearn +RUN python3 -m pip install dvc 'dvc[ssh]' paramiko numpy pandas mlflow scikit-learn RUN useradd -r -u 111 jenkins