ium-helloworld/Dockerfile
2024-05-22 08:16:29 +02:00

10 lines
299 B
Docker

FROM ubuntu:22.04
RUN apt update
RUN apt install -y python3 python3-pip
RUN apt install -y sshpass openssh-client git
#RUN pip3 install kaggle
RUN mkdir /.kaggle && chmod o+w /.kaggle
RUN python3 -m pip install dvc 'dvc[ssh]' paramiko numpy pandas mlflow scikit-learn
RUN useradd -r -u 111 jenkins