forked from tzietkiewicz/ium-helloworld
Chmod for kaggle dir
This commit is contained in:
parent
8c6fcc524e
commit
9846edb846
@ -3,6 +3,7 @@ FROM ubuntu:20.04
|
||||
RUN apt-get update
|
||||
RUN apt install -y python3 python3-pip
|
||||
RUN pip3 install kaggle
|
||||
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
||||
RUN mkdir ~/.kaggle && chmod o+w
|
||||
#RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
||||
#RUN apt install -y sshpass openssh-client
|
||||
#RUN useradd -r -u 111 jenkins
|
||||
|
Loading…
Reference in New Issue
Block a user