add other libraries

This commit is contained in:
Sebastian Wałęsa 2022-05-06 19:42:32 +02:00
parent 26dbbc17ec
commit a6f515327a

View File

@ -13,6 +13,11 @@ RUN pip3 install pandas
RUN pip3 install torch RUN pip3 install torch
RUN pip3 install torchvision RUN pip3 install torchvision
RUN pip3 install jovian RUN pip3 install jovian
RUN pip3 install matplotlib
RUN pip3 install seaborn
RUN pip3 install random
RUN pip3 install os
RUN pip3 install sys
# Przygotowanie kaggle # Przygotowanie kaggle