dvc
All checks were successful
s444501-training/pipeline/head This commit looks good
s444501-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444501 2022-06-04 20:06:12 +02:00
parent 0adc8c3747
commit 8a6c8e66d8

View File

@ -13,7 +13,7 @@ RUN pip3 install mlflow
RUN pip3 install dvc
RUN pip3 install dvc[ssh]
RUN useradd -r -u 111 jenkins
RUN useradd -r -u 777 jenkins
RUN mkdir /.kaggle && chmod o+w /.kaggle