ium-helloworld/Dockerfile
Tomasz aae95abd7c
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit
Added some missing dependencies
2023-04-20 10:36:27 +02:00

10 lines
290 B
Docker

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