move run comand to dockerfile
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
1c0f72dec8
commit
e12ef61c2b
@ -22,4 +22,4 @@ RUN chmod o+wrx ./startscript1.sh
|
|||||||
|
|
||||||
RUN chmod o+wrx ./runPythonScripts.sh
|
RUN chmod o+wrx ./runPythonScripts.sh
|
||||||
|
|
||||||
# RUN ./startscript1.sh
|
RUN ./startscript1.sh
|
@ -5,7 +5,6 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh './startscript1.sh'
|
|
||||||
archiveArtifacts './Participants_Data_HPP/Train.csv ./Participants_Data_HPP/Test.csv ./Participants_Data_HPP/Dev.csv'
|
archiveArtifacts './Participants_Data_HPP/Train.csv ./Participants_Data_HPP/Test.csv ./Participants_Data_HPP/Dev.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# kaggle datasets download -d akash14/house-price-dataset
|
# kaggle datasets download -d akash14/house-price-dataset
|
||||||
#pwd
|
#pwd
|
||||||
#ls -la
|
#ls -la
|
||||||
unzip -o house-price-dataset.zip
|
unzip house-price-dataset.zip
|
||||||
# echo $CUTOFF
|
# echo $CUTOFF
|
||||||
|
|
||||||
# head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt
|
# head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user