pip debug
This commit is contained in:
parent
18c3c2c8c9
commit
7e441c848b
@ -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}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user