forked from tzietkiewicz/ium-helloworld
10 lines
277 B
Docker
10 lines
277 B
Docker
FROM ubuntu:20.04
|
|
|
|
RUN apt-get update
|
|
RUN apt install -y python3 python3-pip ssh
|
|
RUN pip3 install kaggle
|
|
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
|
#RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
|
#RUN apt install -y sshpass openssh-client
|
|
#RUN useradd -r -u 111 jenkins
|