2021-05-26 21:26:06 +02:00
|
|
|
FROM ubuntu:20.04
|
|
|
|
|
2021-06-06 23:57:30 +02:00
|
|
|
RUN apt-get update
|
2022-04-10 13:51:38 +02:00
|
|
|
RUN apt install -y python3 python3-pip
|
2022-04-10 15:19:57 +02:00
|
|
|
RUN pip3 install kaggle
|
2022-04-10 16:34:15 +02:00
|
|
|
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
2022-04-10 16:26:05 +02:00
|
|
|
#RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
2021-06-11 13:46:14 +02:00
|
|
|
#RUN apt install -y sshpass openssh-client
|
|
|
|
#RUN useradd -r -u 111 jenkins
|