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