Added new jenkinsfile and kuggle download script
This commit is contained in:
parent
30d3da5c31
commit
e7a1d407f6
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Pobieranie i rozpakowanie
|
||||
echo KAGGLE_USERNAME
|
||||
echo KAGGLE_KEY
|
||||
echo $KAGGLE_USERNAME
|
||||
echo $KAGGLE_KEY
|
||||
pip install kaggle
|
||||
kaggle datasets download -d thedevastator/1-5-million-beer-reviews-from-beer-advocate
|
||||
unzip -o 1-5-million-beer-reviews-from-beer-advocate.zip
|
||||
|
Loading…
Reference in New Issue
Block a user