Dockerfile

This commit is contained in:
Mateusz 2024-04-01 13:53:46 +02:00
parent 5f21137f2d
commit 5bcd4e4c8e
2 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
steps {
script {
withEnv (["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
sh 'python create-dataset.py'
sh 'python3 create-dataset.py'
}
}
}

View File

@ -1,5 +1,7 @@
#!/bin/bash
# Install the Kaggle API
pip install kaggle
# Download the dataset from Kaggle
kaggle datasets download -d mlg-ulb/creditcardfraud