ium_452662/Dockerfile

9 lines
271 B
Docker
Raw Normal View History

2023-03-30 14:11:46 +02:00
FROM ubuntu:latest
2023-04-04 12:21:51 +02:00
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