From 051bdb2f9e3df63c26045784e6c88fb740dc5672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Wed, 10 May 2023 19:57:17 +0200 Subject: [PATCH] s --- JenkinsfileDL | 2 +- JenkinsfileEvaluate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/JenkinsfileDL b/JenkinsfileDL index 8b3a35e..e261957 100644 --- a/JenkinsfileDL +++ b/JenkinsfileDL @@ -11,7 +11,7 @@ pipeline { stages { stage('Preparation') { steps { - sh 'pip install pandas tensorflow scikit-learn imbalanced-learn' + sh 'pip install pandas tensorflow scikit-learn imbalanced-learn sacred' } } stage('Pobierz dane') { diff --git a/JenkinsfileEvaluate b/JenkinsfileEvaluate index e5b424e..e3b43d0 100644 --- a/JenkinsfileEvaluate +++ b/JenkinsfileEvaluate @@ -23,7 +23,7 @@ pipeline { } stage('Przygotowanie') { steps { - sh 'pip install pandas tensorflow scikit-learn matplotlib' + sh 'pip install pandas tensorflow scikit-learn matplotlib sacred' } } stage('Ewaluuj model') {