This commit is contained in:
Jakub Zaręba 2023-05-11 00:00:27 +02:00
parent e8255501d9
commit 8fdb86cedf

View File

@ -8,9 +8,9 @@ pipeline {
string(name: 'EPOCHS', defaultValue: '10', description: 'Liczba Epok')
}
stages {
stage('Przygotowanie') {
stage('Przygotuj') {
steps {
sh 'pip install pandas tensorflow scikit-learn imbalanced-learn sacred pymongo mlflow'
sh 'python -m pip install pandas tensorflow scikit-learn imbalanced-learn sacred pymongo mlflow'
}
}
stage('Pobierz dane') {