From d606694af426b739e2e8f50d809da9cd7220ca8b Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Sat, 6 May 2023 20:00:07 +0200 Subject: [PATCH] fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4d5e992..7ca2cab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get install -y python3-pip RUN python3 -m pip install pandas RUN python3 -m pip install numpy RUN python3 -m pip install torch +RUN python3 -m pip install torchvision COPY ./zadanie1.py ./ COPY ./Customers.csv ./