pipeline {
agent {
dockerfile true
}
stages {
stage('Test') {
steps {
sh 'ls -l'
sh 'python3 create_dataset.py'