forked from tzietkiewicz/ium-helloworld
sklearn -> scikit-learn
This commit is contained in:
parent
ee69946149
commit
2b043c21a3
@ -5,5 +5,5 @@ RUN apt install -y python3 python3-pip
|
|||||||
RUN apt install -y sshpass openssh-client git
|
RUN apt install -y sshpass openssh-client git
|
||||||
#RUN pip3 install kaggle
|
#RUN pip3 install kaggle
|
||||||
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
||||||
RUN python3 -m pip install dvc 'dvc[ssh]' paramiko numpy pandas mlflow sklearn
|
RUN python3 -m pip install dvc 'dvc[ssh]' paramiko numpy pandas mlflow scikit-learn
|
||||||
RUN useradd -r -u 111 jenkins
|
RUN useradd -r -u 111 jenkins
|
||||||
|
Loading…
Reference in New Issue
Block a user