add dvc commands

This commit is contained in:
Sebastian Wałęsa 2022-06-05 22:34:52 +02:00
parent 7743c2c55d
commit 7e2744e0be

View File

@ -23,6 +23,9 @@ RUN pip3 install GitPython
RUN pip3 install pymongo RUN pip3 install pymongo
RUN pip3 install mlflow RUN pip3 install mlflow
RUN pip3 install dvc RUN pip3 install dvc
RUN pip3 install dvc[ssh] paramiko
RUN apt install -y sshpass openssh-client
RUN useradd -r -u 111 jenkins
# Przygotowanie kaggle # Przygotowanie kaggle
RUN mkdir ~/.kaggle/ RUN mkdir ~/.kaggle/