pip debug

This commit is contained in:
Anna Nowak 2021-04-28 22:46:19 +02:00
parent 18c3c2c8c9
commit 7e441c848b

View File

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