This commit is contained in:
s444501 2022-06-04 20:10:23 +02:00
parent 7a99aaa827
commit 421402132a

View File

@ -13,8 +13,6 @@ RUN pip3 install mlflow
RUN pip3 install dvc
RUN pip3 install dvc[ssh]
RUN apt install -y sshpass openssh-client
RUN useradd -r -u 777 jenkins
RUN mkdir /.kaggle && chmod o+w /.kaggle