This commit is contained in:
s444501 2022-06-04 20:09:15 +02:00
parent 8a6c8e66d8
commit 7a99aaa827

View File

@ -13,6 +13,8 @@ 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