From 72fd6e2f6f716bdb84b274037112a665c9b65c64 Mon Sep 17 00:00:00 2001 From: Daniel Porzucek Date: Fri, 29 Mar 2024 15:12:38 +0100 Subject: [PATCH] changed again --- Dockerfile | 2 +- Jenkinsfile | 1 - stats/Jenkinsfile | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 903700e..4dc73e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Jenkinsfile b/Jenkinsfile index 6660d71..badc617 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index 7e3276f..bce9e20 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -2,6 +2,7 @@ pipeline { agent { docker { image 'jvncziii/ium:latest' + args '-it --entrypoint=/bin/bash' } } parameters {