zadanie doker

This commit is contained in:
szymonj98 2022-04-03 14:43:23 +02:00
parent 5a29b56c27
commit db22243163

View File

@ -4,5 +4,5 @@ RUN apt update && apt install -y python3-pip
RUN pip3 install pandas
RUN pip3 install numpy
RUN pip3 install sklearn
COPY ./Steam-200k.csv ./
COPY ./steam-200k.csv ./
COPY ./kagle.py ./