I have been trying to add the image on AWS ECS Fargate service using "docker.io/ubuntu/mlflow:2.1.1_1.0-22.04" but its not found there. Also backend of postgres successfully attched via local docker container on my PC but artifact url is not working.

Bug #2029136 reported by Ashir Ali
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Docker Images
New
Undecided
Michal Hucko

Bug Description

ECS Deployment of this image is not working.

Revision history for this message
Tomáš Virtus (virtustom) wrote :

Hello @ashir94. I can pull this image successfully.

% docker run -it docker.io/ubuntu/mlflow:2.1.1_1.0-22.04
Unable to find image 'ubuntu/mlflow:2.1.1_1.0-22.04' locally
2.1.1_1.0-22.04: Pulling from ubuntu/mlflow
3153aa388d02: Pull complete
174ce9a25cee: Pull complete
e02c7c2f394b: Pull complete
4466036495f8: Pull complete
ab424e5cf6ee: Pull complete
Digest: sha256:7b936e3e10976ce9b7e1a61ffbb6135a7de38f9774176508e1b694e1bf94d1b5
Status: Downloaded newer image for ubuntu/mlflow:2.1.1_1.0-22.04
Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

Can you share some logs so that we can figure out what's not working?

Changed in ubuntu-docker-images:
assignee: nobody → Michal Hucko (michalhucko)
Revision history for this message
Michal Hucko (michalhucko) wrote :

Hi Tomas,
thanks for writing the CMD for the image is [python3] meaning it will always run default python interpreter which is what you got. To actually run the server you have to override the command. You can try this for example:

```
docker run -p 5000:5000 docker.io/ubuntu/mlflow:2.1.1_1.0-22.04 mlflow server --host 0.0.0.0
```

Now will mlflow-server run on your localhost:5000

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.