Added git to Docker
gitea-test/ium-helloworld/pipeline/head This commit looks good Details

This commit is contained in:
Tomasz 2023-04-26 13:42:40 +02:00
parent 253e44450f
commit ee69946149
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:22.04
RUN apt update RUN apt update
RUN apt install -y python3 python3-pip RUN apt install -y python3 python3-pip
RUN apt install -y sshpass openssh-client RUN apt install -y sshpass openssh-client git
#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 numpy pandas mlflow sklearn RUN python3 -m pip install dvc 'dvc[ssh]' paramiko numpy pandas mlflow sklearn