add torchvision

This commit is contained in:
Sebastian Wałęsa 2022-05-06 19:39:36 +02:00
parent 61950f7639
commit 26dbbc17ec

View File

@ -11,6 +11,7 @@ RUN apt install unzip -y
RUN pip3 install kaggle
RUN pip3 install pandas
RUN pip3 install torch
RUN pip3 install torchvision
RUN pip3 install jovian