Code Monkey home page Code Monkey logo

mlflow's Introduction

Build and Publish Mlflow Docker Image Status Docker Pulls Docker Image Size (latest by date) Docker Image Version (latest semver) Artifact Hub

Mlflow Docker Image

Please find mlflow docker images from mlflow docker hub repository.

Usage

Run following command

docker run -d -p 5000:5000 burakince/mlflow

mlflow's People

Contributors

burakince avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mlflow's Issues

Dockerfile explanation

Hi,

I understand the purpose of the project to build a docker with not only mlflow but also sql, s3, ... dependencies, but I'm unsure about
why the Dockerfile is like it is

I understand the multi-stage docker purpose, but here why can't we just install the dependencies like the following, I don't understnad the lib installation part not the Install build-essential to compile extensions comment ?

FROM python:3.9.16-slim

WORKDIR /mlflow/

COPY pyproject.toml poetry.toml poetry.lock /mlflow/

RUN python -m pip install --upgrade pip
RUN pip install poetry wheel &&  poetry install --no-root --no-dev

ENV PATH=/mlflow/.venv/bin:$PATH
ENV PYTHONUNBUFFERED 1

CMD mlflow server --backend-store-uri sqlite:///:memory --default-artifact-root ./mlruns --host=0.0.0.0 --port=5000

Thanks

(psycopg2.OperationalError) SCRAM authentication requires libpq version 10 or above

Describe the bug

When we try to use mlflow docker image on arm64 architecture with Postgres connection, the driver returns the following error.

(psycopg2.OperationalError) SCRAM authentication requires libpq version 10 or above

To Reproduce

Steps to reproduce the behavior:

  1. Run the image on arm64 machine with PostgreSQL connection settings.
  2. Look up to starting logs
  3. See error

Expected behavior

It must start to connect PostgreSQL database.

** Tested system:**

  • Architecture: arm64 (Raspberry Pi)
  • Cluster: Kubernetes 1.23.5
  • Mlflow Docker Image Version: 1.27.0.9

Additional context

You can find more information from this issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.