i hope this works

This commit is contained in:
s434695 2021-06-12 00:05:28 +02:00
parent 004df2fc0a
commit 9216857fdf

View File

@ -4,6 +4,7 @@ FROM ubuntu:latest
RUN apt update && apt install -y figlet
RUN apt install -y git
RUN apt install -y python3-pip
RUN apt install -y python3-dev
RUN pip3 install setuptools
RUN pip3 install kaggle
RUN pip3 install pandas