removing installation of csv, it is a default library
All checks were successful
s444354-training/pipeline/head This commit looks good
s444354-evaluation/pipeline/head This commit looks good

This commit is contained in:
Adrian Charkiewicz 2022-05-07 04:50:36 +02:00
parent 97681d967d
commit c4b1a8f60e

View File

@ -13,7 +13,6 @@ RUN pip3 install torch
RUN pip3 install seaborn RUN pip3 install seaborn
RUN pip3 install torchvision RUN pip3 install torchvision
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install csv
# RUN python3 -m pip install kaggle # RUN python3 -m pip install kaggle
RUN python3 -m pip install pandas RUN python3 -m pip install pandas
RUN pip3 install matplotlib RUN pip3 install matplotlib