Fix Dockerfile

This commit is contained in:
Tomasz Ziętkiewicz 2021-05-26 21:43:35 +02:00
parent 321b6c0556
commit 17d44faf8a

View File

@ -2,4 +2,4 @@ FROM ubuntu:20.04
RUN apt update RUN apt update
RUN apt install -y python3 python3-pip RUN apt install -y python3 python3-pip
RUN pip install mlflow RUN pip3 install mlflow