This commit is contained in:
Jakub Henyk 2023-05-07 18:10:15 +02:00
parent 942700c94e
commit 634061c050

View File

@ -14,7 +14,7 @@ RUN python3 -m pip install numpy
RUN python3 -m pip install torch
RUN python3 -m pip install torchvision
#COPY ./zadanie1.py ./
COPY ./zadanie1.py ./
COPY ./Customers.csv ./
COPY ./train.py ./
#COPY ./test.py ./