forked from tzietkiewicz/ium-helloworld
python->python3
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 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
|
||||
|
Loading…
Reference in New Issue
Block a user