Fix script invocation

This commit is contained in:
Tomasz Ziętkiewicz 2021-05-26 21:48:28 +02:00
parent 78f006e557
commit 3a383006f2

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ node {
img.inside('-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns ') {
sh 'ls -l /tmp/mlruns'
sh 'ls -l /mlruns'
sh './train.py'
sh 'python3 ./train.py'
sh 'ls -l /tmp/mlruns'
sh 'ls -l /mlruns'
}