Skip to content

Commit 339856c

Browse files
authored
Merge pull request #1109 from Websoft9/update-mlflow-56b96839
Update mlflow
2 parents 2df1646 + 4ed95a4 commit 339856c

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

apps/mlflow/.env

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
W9_ID=mlflow
1+
W9_ID='mlflow'
22
W9_REPO=ghcr.io/mlflow/mlflow
3-
W9_DIST=community
4-
W9_VERSION=latest
3+
W9_DIST='community'
4+
W9_VERSION='v2.19.0'
55

66
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
77
W9_HTTP_PORT=5000
8-
W9_HTTP_PORT_SET=9001
9-
W9_URL=internet_ip
8+
W9_HTTP_PORT_SET='9001'
9+
W9_URL='internet_ip'
1010
W9_NETWORK=websoft9
1111
#### --------------------------------------------------------------------------------------- ####
1212

13-
# ENV for Mlflow
13+
# ENV for Mlflow: https://mlflow.org/docs/latest/cli.html#mlflow-server
14+
1415
MLFLOW_HOME=/workspaces/mlflow
1516
MLFLOW_TRACKING_URI=sqlite:////workspaces/mlflow/mlruns.db

apps/mlflow/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
## Release
44

55
### Fixes and Enhancements
6+
7+
2024-12-27 first Release

apps/mlflow/Note.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# MLflow
22

3-
## What is MLflow?
43

5-
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.
4+
5+
## Config
6+
7+
- cli: `mlflow --help`

apps/mlflow/variables.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"edition": [
88
{
99
"dist": "community",
10-
"version": ["v2.16.2","latest"]
10+
"version": ["v2.19.0","latest"]
1111
}
1212
],
1313
"requirements": {
14-
"cpu": "2",
15-
"memory": "8",
16-
"disk": "20",
14+
"cpu": "1",
15+
"memory": "1",
16+
"disk": "2",
1717
"url": "https://mlflow.org/docs/latest/index.html"
1818
}
1919
}

0 commit comments

Comments
 (0)