mlflow: Container keeps stopping with no logs on WSL
Bug #2030737 reported by
Ikram Ul Haq
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Docker Images |
New
|
Undecided
|
Michal Hucko |
Bug Description
I am trying to run this container after pulling the latest tag. The container keeps stopping with zero logs after I start it every time. I am trying to run it on WSL (Windows Subsystem for Linux).
Changed in ubuntu-docker-images: | |
assignee: | nobody → Michal Hucko (michalhucko) |
To post a comment you must log in.
Hi Ikram,
thanks for reaching out. This is expected behavior as by default it launches a python interpreter (as per upstream image). You can try to run following command to actually init the server in the container:
docker run -p 5000:5000 docker. io/ubuntu/ mlflow: 2.1.1_1. 0-22.04 mlflow server --host 0.0.0.0
Hope it helps,
Michal