run script2 for dataset-stats
This commit is contained in:
parent
69aee0c344
commit
0883f799c4
@ -19,4 +19,3 @@ RUN pip3 install -U scikit-learn
|
|||||||
RUN pip install tensorflow==2.12.*
|
RUN pip install tensorflow==2.12.*
|
||||||
|
|
||||||
CMD deactivate
|
CMD deactivate
|
||||||
RUN echo "hurra"
|
|
||||||
|
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -18,8 +18,13 @@ pipeline {
|
|||||||
|
|
||||||
//echo("archiveArtifacts")
|
//echo("archiveArtifacts")
|
||||||
|
|
||||||
echo ("run dockerfile")
|
//echo ("run dockerfile")
|
||||||
//sh docker
|
//sh docker
|
||||||
|
|
||||||
|
echo("run data script")
|
||||||
|
sh "source docker_ium/bin/activate"
|
||||||
|
sh "python3 script2"
|
||||||
|
sh "deactivate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user