fix kaggle
This commit is contained in:
parent
4d09c16fdd
commit
90c0f9769c
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user