Added some missing dependencies
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit

This commit is contained in:
Tomasz 2023-04-20 10:36:27 +02:00
parent f93472af55
commit aae95abd7c

View File

@ -5,5 +5,5 @@ RUN apt install -y python3 python3-pip
RUN apt install -y sshpass openssh-client RUN apt install -y sshpass openssh-client
#RUN pip3 install kaggle #RUN pip3 install kaggle
RUN mkdir /.kaggle && chmod o+w /.kaggle RUN mkdir /.kaggle && chmod o+w /.kaggle
RUN python3 -m pip install dvc 'dvc[ssh]' paramiko RUN python3 -m pip install dvc 'dvc[ssh]' paramiko numpy pandas mlflow sklearn
RUN useradd -r -u 111 jenkins RUN useradd -r -u 111 jenkins