diff --git a/lab5/create/Jenkinsfile b/lab5/create/Jenkinsfile index 099cb46..7547513 100644 --- a/lab5/create/Jenkinsfile +++ b/lab5/create/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { sh ''' cp ./lab5/create/script.sh . cp ./lab5/create/create_dataset.py . - cp ./lab5/create/Dockerfile . + cp ./lab5/create/smart-grid-stability.zip . cp ./lab5/create/requirements.txt . ''' } diff --git a/lab5/create/script.sh b/lab5/create/script.sh index 0743f8d..088622d 100644 --- a/lab5/create/script.sh +++ b/lab5/create/script.sh @@ -1,8 +1,5 @@ #!/bin/bash -kaggle datasets download -d 'pcbreviglieri/smart-grid-stability' -ls -lah -ls -lah lab5/create unzip smart-grid-stability.zip python3 create_dataset.py diff --git a/lab5/create/smart-grid-stability.zip b/lab5/create/smart-grid-stability.zip new file mode 100644 index 0000000..70de277 Binary files /dev/null and b/lab5/create/smart-grid-stability.zip differ