s
This commit is contained in:
parent
e8255501d9
commit
8fdb86cedf
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user