Zaktualizuj 'Dockerfile'

This commit is contained in:
Szymon Jadczak 2022-04-10 17:12:11 +02:00
parent f274de4cf5
commit f284e71d0c

View File

@ -1,6 +1,7 @@
FROM ubuntu:latest FROM ubuntu:latest
WORKDIR /ium WORKDIR /ium
RUN apt update && apt install -y python3-pip RUN apt update && apt install -y python3-pip
RUN pip3 install kaggle
RUN pip3 install pandas RUN pip3 install pandas
RUN pip3 install numpy RUN pip3 install numpy
RUN pip3 install sklearn RUN pip3 install sklearn