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:00:39 +02:00
parent 447cfdf834
commit b63d475db3

View File

@ -10,6 +10,8 @@ RUN pip3 install sklearn
RUN pip3 install kaggle
RUN pip3 install torch
RUN pip3 install mlflow
RUN pip3 install dvc
RUN pip3 install dvc[ssh]
RUN mkdir /.kaggle && chmod o+w /.kaggle