From 90c0f9769c921068b52c03f8bdbf09e8fb65a4ca Mon Sep 17 00:00:00 2001 From: Alicja Szulecka <73056579+AliSzu@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:24:56 +0200 Subject: [PATCH] fix kaggle --- Dockerfile | 2 +- get_dataset.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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