This commit is contained in:
Jakub Henyk 2023-05-13 18:43:23 +02:00
parent a271ff14f0
commit 032838b6bc

View File

@ -16,6 +16,7 @@ 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 apt-get update && apt-get install -y git RUN apt-get update && apt-get install -y git
RUN pip install dvc[ssh] paramiko
COPY ./zadanie1.py ./ COPY ./zadanie1.py ./
COPY ./Customers.csv ./ COPY ./Customers.csv ./