This commit is contained in:
Jakub Henyk 2023-05-06 20:00:07 +02:00
parent 86ec6b174a
commit d606694af4

View File

@ -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 ./