pip debug

This commit is contained in:
Anna Nowak 2021-04-28 22:46:19 +02:00
parent 18c3c2c8c9
commit 7e441c848b
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ pipeline {
steps
{
catchError {
sh 'pip3 install -r requirements.txt'
sh 'python3.8 train.py ${BATCH_SIZE} ${EPOCHS}'
}
}