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