Another try

This commit is contained in:
Tomasz Ziętkiewicz 2022-04-10 16:34:15 +02:00
parent eb81bca252
commit 40cdf1ff64

View File

@ -3,7 +3,7 @@ FROM ubuntu:20.04
RUN apt-get update
RUN apt install -y python3 python3-pip
RUN pip3 install kaggle
RUN mkdir ~/.kaggle && chmod o+w ~/.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