forked from tzietkiewicz/ium-helloworld
Added missing ssh depdendency
This commit is contained in:
parent
40cdf1ff64
commit
15696c8df4
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:20.04
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt install -y python3 python3-pip
|
||||
RUN apt install -y python3 python3-pip ssh
|
||||
RUN pip3 install kaggle
|
||||
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
||||
#RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
||||
|
Loading…
Reference in New Issue
Block a user