forked from tzietkiewicz/ium-helloworld
Fix apt
This commit is contained in:
parent
0efc6c0d20
commit
1d7fceaf1a
@ -1,9 +1,9 @@
|
||||
FROM ubuntu:22.04
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y python3 python3-pip ssh
|
||||
RUN pip3 install kaggle
|
||||
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 apt install -y sshpass openssh-client
|
||||
RUN useradd -r -u 111 jenkins
|
||||
|
Loading…
Reference in New Issue
Block a user