diff --git a/Dockerfile b/Dockerfile index 33f630c..db549bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:latest RUN apt update && apt install -y python3-pip RUN apt install unzip RUN apt install bc -RUN pip install --user kaggle +RUN pip3 install kaggle RUN pip install --user pandas RUN pip install --user scikit-learn RUN pip install --user matplotlib diff --git a/get_dataset.sh b/get_dataset.sh index 751ed3f..c250169 100644 --- a/get_dataset.sh +++ b/get_dataset.sh @@ -1,5 +1,5 @@ #!/bin/bash -~/.local/bin/kaggle datasets download -d nasa/meteorite-landings +kaggle datasets download -d nasa/meteorite-landings unzip -o meteorite-landings.zip