forked from tzietkiewicz/ium-helloworld
Try to fix apt problem
This commit is contained in:
parent
a79c4de0c4
commit
7cd2b84345
@ -1,5 +1,5 @@
|
|||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
RUN apt update
|
RUN apt-get update
|
||||||
RUN apt install -y python3 python3-pip openssh-client
|
RUN apt install -y python3 python3-pip openssh-client
|
||||||
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
||||||
|
Loading…
Reference in New Issue
Block a user