Skip to content

Commit

Permalink
Merge pull request #1109 from Websoft9/update-mlflow-56b96839
Browse files Browse the repository at this point in the history
Update mlflow
  • Loading branch information
qiaofeng1227 authored Dec 28, 2024
2 parents 2df1646 + 4ed95a4 commit 339856c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
13 changes: 7 additions & 6 deletions apps/mlflow/.env
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
W9_ID=mlflow
W9_ID='mlflow'
W9_REPO=ghcr.io/mlflow/mlflow
W9_DIST=community
W9_VERSION=latest
W9_DIST='community'
W9_VERSION='v2.19.0'

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_HTTP_PORT=5000
W9_HTTP_PORT_SET=9001
W9_URL=internet_ip
W9_HTTP_PORT_SET='9001'
W9_URL='internet_ip'
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####

# ENV for Mlflow
# ENV for Mlflow: https://mlflow.org/docs/latest/cli.html#mlflow-server

MLFLOW_HOME=/workspaces/mlflow
MLFLOW_TRACKING_URI=sqlite:////workspaces/mlflow/mlruns.db
2 changes: 2 additions & 0 deletions apps/mlflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
## Release

### Fixes and Enhancements

2024-12-27 first Release
6 changes: 4 additions & 2 deletions apps/mlflow/Note.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MLflow

## What is MLflow?

MLflow is an open-source platform designed to manage the complete machine learning lifecycle. It helps streamline various stages of the development process including tracking experiments, packaging code into reproducible environments, and deploying models. MLflow supports any machine learning library, framework, or environment, such as TensorFlow, PyTorch, and Scikit-learn.

## Config

- cli: `mlflow --help`
8 changes: 4 additions & 4 deletions apps/mlflow/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"edition": [
{
"dist": "community",
"version": ["v2.16.2","latest"]
"version": ["v2.19.0","latest"]
}
],
"requirements": {
"cpu": "2",
"memory": "8",
"disk": "20",
"cpu": "1",
"memory": "1",
"disk": "2",
"url": "https://mlflow.org/docs/latest/index.html"
}
}

0 comments on commit 339856c

Please sign in to comment.