changed again

This commit is contained in:
s495716 2024-03-29 15:12:38 +01:00
parent 9d13064890
commit 72fd6e2f6f
3 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY Data_download.ipynb ./
ENTRYPOINT ["/bin/bash"]
CMD jupyter execute Data_download.ipynb

1
Jenkinsfile vendored
View File

@ -26,7 +26,6 @@ pipeline {
steps {
withEnv(["KAGGLE_USERNAME=${KAGGLE_USERNAME}",
"KAGGLE_KEY=${KAGGLE_KEY}" ]) {
sh 'jupyter execute Data_download.ipynb'
sh 'chmod 777 ./data_download.sh'
sh './data_download.sh --cutoff ${CUTOFF}'
archiveArtifacts artifacts: 'test_without_id_column.csv,cutoff_train.csv,test.csv,train.csv', followSymlinks: false

1
stats/Jenkinsfile vendored
View File

@ -2,6 +2,7 @@ pipeline {
agent {
docker {
image 'jvncziii/ium:latest'
args '-it --entrypoint=/bin/bash'
}
}
parameters {