This commit is contained in:
ulaniuk 2022-04-03 21:07:40 +02:00
parent 2c56d4edac
commit 99278774f6

View File

@ -2,11 +2,11 @@ FROM python:3.7
WORKDIR /
RUN pip install kaggle
RUN pip install --user kaggle
RUN pip install pandas
RUN pip install --user pandas
RUN pip install sklearn
RUN pip install --user sklearn
COPY KaggleV2-May-2016.csv ./