4.3.1 v10
This commit is contained in:
parent
8d287bf625
commit
45d6ba5016
@ -8,6 +8,6 @@ RUN pip3 install pandas numpy
|
||||
WORKDIR /app
|
||||
|
||||
COPY create-dataset.py /app
|
||||
COPY ./data/barcelona_weekends.csv /app
|
||||
COPY barcelona_weekends.csv /app
|
||||
|
||||
CMD ["python3", "create-dataset.py"]
|
@ -34,7 +34,7 @@ pipeline {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh 'kaggle datasets download -d thedevastator/airbnb-prices-in-european-cities'
|
||||
sh 'unzip airbnb-prices-in-european-cities.zip -d data'
|
||||
sh 'unzip airbnb-prices-in-european-cities.zip'
|
||||
sh 'ls'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user