sdfga
This commit is contained in:
parent
6e6ab65fe5
commit
e93c360f94
@ -10,8 +10,8 @@ COPY KaggleV2-May-2016.csv ./
|
||||
COPY create_data.py ./
|
||||
COPY stats_data.py ./
|
||||
|
||||
CMD ["python", "./create_data.py"]
|
||||
CMD ["python", "./stats_data.py"]
|
||||
CMD ["python", "create_data.py"]
|
||||
CMD ["python", "stats_data.py"]
|
||||
|
||||
# RUN kaggle datasets download -d joniarroba/noshowappointments
|
||||
|
||||
|
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -53,6 +53,7 @@ pipeline {
|
||||
sh "chmod u+x ./statistics.sh"
|
||||
sh "./statistics.sh"
|
||||
archiveArtifacts 'statistics.csv'
|
||||
sh "python stats_data.py"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user