This commit is contained in:
s444501 2022-06-04 20:37:22 +02:00
parent ca95598984
commit d9ed5e5585

View File

@ -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