Added git to Docker
All checks were successful
gitea-test/ium-helloworld/pipeline/head This commit looks good
All checks were successful
gitea-test/ium-helloworld/pipeline/head This commit looks good
This commit is contained in:
parent
253e44450f
commit
ee69946149
@ -2,7 +2,7 @@ FROM ubuntu:22.04
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y python3 python3-pip
|
||||
RUN apt install -y sshpass openssh-client
|
||||
RUN apt install -y sshpass openssh-client git
|
||||
#RUN pip3 install kaggle
|
||||
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
||||
RUN python3 -m pip install dvc 'dvc[ssh]' paramiko numpy pandas mlflow sklearn
|
||||
|
Loading…
Reference in New Issue
Block a user