This commit is contained in:
Jakub Henyk 2023-05-13 18:02:48 +02:00
parent 15b3e3dab2
commit 48c75f3795

View File

@ -16,7 +16,7 @@ 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 git RUN python3 -m pip install gitpython
COPY ./zadanie1.py ./ COPY ./zadanie1.py ./
COPY ./Customers.csv ./ COPY ./Customers.csv ./