Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
d90eff216b
commit
053cf9c3c1
@ -1,2 +1,9 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
RUN pip install --user pandas
|
RUN apt update && apt install -y figlet
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt install python3-pip -y
|
||||||
|
RUN pip install --user pandas
|
||||||
|
RUN pip install --user kaggle
|
||||||
|
RUN pip install --user seaborn
|
||||||
|
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
|
||||||
|
RUN apt-get install unzip
|
Loading…
Reference in New Issue
Block a user