From aae95abd7cd6152d31927ea6aed511c69c492e2d Mon Sep 17 00:00:00 2001 From: Tomasz Date: Thu, 20 Apr 2023 10:36:27 +0200 Subject: [PATCH] Added some missing dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c36262..e12523d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ RUN apt install -y python3 python3-pip RUN apt install -y sshpass openssh-client #RUN pip3 install kaggle RUN mkdir /.kaggle && chmod o+w /.kaggle -RUN python3 -m pip install dvc 'dvc[ssh]' paramiko +RUN python3 -m pip install dvc 'dvc[ssh]' paramiko numpy pandas mlflow sklearn RUN useradd -r -u 111 jenkins