s
This commit is contained in:
parent
48a95ce283
commit
5cf527a9a6
@ -3,7 +3,10 @@ pipeline {
|
|||||||
docker {
|
docker {
|
||||||
image 'python:3.11'
|
image 'python:3.11'
|
||||||
args '-v /root/.cache:/root/.cache'
|
args '-v /root/.cache:/root/.cache'
|
||||||
command 'sh', '-c', 'pip install pandas && tail -f /dev/null'
|
script {
|
||||||
|
// sh 'python3 train.py ${params.EPOCHS}'
|
||||||
|
sh 'pip install pandas && tail -f /dev/null'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
|
Loading…
Reference in New Issue
Block a user