changed again
This commit is contained in:
parent
9d13064890
commit
72fd6e2f6f
@ -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
1
Jenkinsfile
vendored
@ -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
1
stats/Jenkinsfile
vendored
@ -2,6 +2,7 @@ pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'jvncziii/ium:latest'
|
||||
args '-it --entrypoint=/bin/bash'
|
||||
}
|
||||
}
|
||||
parameters {
|
||||
|
Loading…
Reference in New Issue
Block a user