ggegreerg
This commit is contained in:
parent
5caa2501a0
commit
575d1568cf
@ -21,10 +21,8 @@ pipeline {
|
|||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
catchError {
|
catchError {
|
||||||
sh 'cd tmp'
|
sh 'rm -r tmp'
|
||||||
sh 'ls'
|
sh 'mkdir -p tmp/mlruns'
|
||||||
sh 'pwd'
|
|
||||||
sh 'mkdir mlruns'
|
|
||||||
|
|
||||||
sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}'
|
sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user