This commit is contained in:
Tomasz 2022-05-30 12:02:18 +02:00
parent 0efc6c0d20
commit 1d7fceaf1a

View File

@ -1,9 +1,9 @@
FROM ubuntu:22.04
RUN apt update
RUN apt install -y python3 python3-pip ssh
RUN pip3 install kaggle
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 python -m pip install dvc 'dvc[ssh]' paramiko
RUN apt install -y sshpass openssh-client
RUN useradd -r -u 111 jenkins