run script2 for dataset-stats

This commit is contained in:
Yevhenii Poliakov 2023-05-12 20:14:49 +02:00
parent 69aee0c344
commit 0883f799c4
2 changed files with 6 additions and 2 deletions

View File

@ -19,4 +19,3 @@ RUN pip3 install -U scikit-learn
RUN pip install tensorflow==2.12.*
CMD deactivate
RUN echo "hurra"

7
Jenkinsfile vendored
View File

@ -18,8 +18,13 @@ pipeline {
//echo("archiveArtifacts")
echo ("run dockerfile")
//echo ("run dockerfile")
//sh docker
echo("run data script")
sh "source docker_ium/bin/activate"
sh "python3 script2"
sh "deactivate"
}
}
}