Try to fix kaggle install

This commit is contained in:
Tomasz Ziętkiewicz 2022-04-10 15:19:57 +02:00
parent 32718c0ae7
commit 8c6fcc524e

View File

@ -2,7 +2,7 @@ FROM ubuntu:20.04
RUN apt-get update
RUN apt install -y python3 python3-pip
RUN pip3 install --user kaggle
RUN pip3 install kaggle
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
#RUN apt install -y sshpass openssh-client
#RUN useradd -r -u 111 jenkins