From cca5f3ea564febe12bdeef0c009a08bba25df76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Wed, 10 May 2023 17:08:50 +0200 Subject: [PATCH] s --- JenkinsfileDL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JenkinsfileDL b/JenkinsfileDL index 849acff..8b3a35e 100644 --- a/JenkinsfileDL +++ b/JenkinsfileDL @@ -11,7 +11,7 @@ pipeline { stages { stage('Preparation') { steps { - sh 'pip install pandas tensorflow' + sh 'pip install pandas tensorflow scikit-learn imbalanced-learn' } } stage('Pobierz dane') { @@ -35,4 +35,4 @@ pipeline { } } } -} \ No newline at end of file +}