Code Monkey home page Code Monkey logo

mlflow-s2i's Introduction

mlflow-s2i

A repository to provide source-to-image builds for mlflow (mlflow.org). This allows for a simplified deployment in OpenShift/OKD.

About s2i

Source-to-Image (or s2i) provides a standardized way of deploying applications from their source-code. This works by providing a base-container which is improved by a few shell-scripts, to "assemble" and "run" the application.

About this Repo

This Repository can be used in OpenShift/OKD or locally.

For a local build you can use s2i build . centos/python-38-centos7 RESULTING-IMAGE-NAME or any other of the available python s2i containers, provided by RedHat, SCLorg or yourself.

#Running this Image This Image requires the following environment-variables to be set:

  • BACKEND_STORE - Can be set to a Database or a local sqlite file
  • ARTIFACT_ROOT - Set this to an s3 Bucket The Image will listen on PORT 8080

Example of running the image locally docker run -it --rm -p 8080:8080 -e BACKEND_STORE="sqlite:////data/my_data.db" -e ARTIFACT_ROOT="s3://MY_S3_BUCKET" -v mlflow:/data This will create a local volume "mlflow" if it doesn't exist already, mount it into the container at /data and create an sqlite-database there.

Artifacts will be served using s3.

mlflow-s2i's People

Contributors

volkermauel avatar

Watchers

James Cloos avatar  avatar

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.