This commit is contained in:
Jakub Henyk 2023-05-13 18:19:23 +02:00
parent e33d4a47d0
commit f698e21271

View File

@ -12,11 +12,10 @@ RUN python3 -m pip install pandas
RUN python3 -m pip install numpy RUN python3 -m pip install numpy
RUN python3 -m pip install torch RUN python3 -m pip install torch
RUN python3 -m pip install torchvision RUN python3 -m pip install torchvision
RUN python3 -m pip install GitPython
RUN python3 -m pip install sacred RUN python3 -m pip install sacred
RUN python3 -m pip install pymongo RUN python3 -m pip install pymongo
RUN python3 -m pip install dvc RUN python3 -m pip install dvc
RUN python3 -m pip install gitpython RUN python3 -m pip install git
COPY ./zadanie1.py ./ COPY ./zadanie1.py ./
COPY ./Customers.csv ./ COPY ./Customers.csv ./