python->python3
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit
This commit is contained in:
parent
1d7fceaf1a
commit
c2a5164dff
@ -5,5 +5,5 @@ RUN apt install -y python3 python3-pip
|
|||||||
RUN apt install -y sshpass openssh-client
|
RUN apt install -y sshpass openssh-client
|
||||||
#RUN pip3 install kaggle
|
#RUN pip3 install kaggle
|
||||||
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
||||||
RUN python -m pip install dvc 'dvc[ssh]' paramiko
|
RUN python3 -m pip install dvc 'dvc[ssh]' paramiko
|
||||||
RUN useradd -r -u 111 jenkins
|
RUN useradd -r -u 111 jenkins
|
||||||
|
Loading…
Reference in New Issue
Block a user