fix kaggle

This commit is contained in:
Alicja Szulecka 2024-04-02 13:24:56 +02:00
parent 4d09c16fdd
commit 90c0f9769c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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