no cache
This commit is contained in:
parent
7ef773d268
commit
83bc088148
@ -26,9 +26,9 @@ pipeline {
|
||||
stages {
|
||||
stage('Prepare dataset') {
|
||||
steps {
|
||||
sh 'python3 -m pip install kaggle'
|
||||
sh 'python3 -m pip install numpy'
|
||||
sh 'python3 -m pip install pandas'
|
||||
sh 'python3 -m pip install kaggle --no-cache-dir '
|
||||
sh 'python3 -m pip install numpy --no-cache-dir '
|
||||
sh 'python3 -m pip install pandas --no-cache-dir '
|
||||
sh 'python3 ./script.py'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user