From d9ed5e5585dbbd2cde267bc02a688b6532e60fd5 Mon Sep 17 00:00:00 2001 From: s444501 Date: Sat, 4 Jun 2022 20:37:22 +0200 Subject: [PATCH] dvc --- Dockerfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8eb1227..ac7b335 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,10 +11,7 @@ RUN pip3 install kaggle RUN pip3 install torch RUN pip3 install mlflow -RUN pip3 install dvc -RUN pip3 install dvc[ssh] -RUN useradd -r -u 777 jenkins -RUN apt install -y sshpass openssh-client + RUN mkdir /.kaggle && chmod o+w /.kaggle @@ -33,3 +30,8 @@ ENV KAGGLE_KEY=${KAGGLE_KEY} # RUN ./download.sh # CMD ./ium-data.py + +RUN pip3 install dvc +RUN pip3 install dvc[ssh] +RUN useradd -r -u 111 jenkins +RUN apt install -y sshpass openssh-client \ No newline at end of file