diff --git a/Dockerfile b/Dockerfile index 156d7c0..2f2a41e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ RUN pip install --user scikit-learn RUN pip install --user matplotlib RUN pip install --user geopandas +RUN echo ${KAGGLE_KEY} + WORKDIR /app COPY ./get_dataset.sh ./