Fix Dockerfile
This commit is contained in:
parent
321b6c0556
commit
17d44faf8a
@ -2,4 +2,4 @@ FROM ubuntu:20.04
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y python3 python3-pip
|
||||
RUN pip install mlflow
|
||||
RUN pip3 install mlflow
|
||||
|
Loading…
Reference in New Issue
Block a user