Update 'Jenkinsfile-Docker'
This commit is contained in:
parent
b98cc6149d
commit
0fd1578e34
@ -2,6 +2,6 @@ node {
|
||||
checkout scm
|
||||
def testImage = docker.build("test-image")
|
||||
testImage.inside {
|
||||
sh 'pip3 create_dataset.py 6'
|
||||
sh 'python3 create_dataset.py 6'
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user