python->python3
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit

This commit is contained in:
Tomasz 2022-05-30 12:08:17 +02:00
parent 1d7fceaf1a
commit c2a5164dff

View File

@ -5,5 +5,5 @@ 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 python3 -m pip install dvc 'dvc[ssh]' paramiko
RUN useradd -r -u 111 jenkins