Skip to content

Commit

Permalink
mlflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Oct 9, 2024
1 parent ee51438 commit 74d9438
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 64 deletions.
2 changes: 1 addition & 1 deletion apps/mlflow/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ W9_VERSION=latest

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_HTTP_PORT=5000
W9_HTTP_PORT_SET=5001
W9_HTTP_PORT_SET=9001
W9_URL=internet_ip
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####
Expand Down
26 changes: 0 additions & 26 deletions apps/mlflow/README.jinja2

This file was deleted.

26 changes: 0 additions & 26 deletions apps/mlflow/README.md

This file was deleted.

14 changes: 7 additions & 7 deletions apps/mlflow/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ version: '3.8'

services:
mlflow:
image: $W9_REPO
image: $W9_REPO:$W9_VERSION
container_name: $W9_ID
working_dir: /workspaces/mlflow
env_file:
- .env
env_file: .env
ports:
- $W9_HTTP_PORT_SET:5000
volumes:
- $PWD:/workspaces/mlflow
- mlflow_data:/workspaces/mlflow
- build:/workspaces/mlflow/mlflow/server/js/build



volumes:
build:

mlflow_data:

networks:
default:
Expand Down
8 changes: 4 additions & 4 deletions apps/mlflow/variables.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "mlflow",
"trademark": "MLflow",
"release": true,
"fork_url": "https://github.com/mlflow/mlflow/fork",
"docker_url": "https://hub.docker.com/r/mlflow/mlflow",
"release": false,
"fork_url": "https://github.com/mlflow/mlflow",
"docker_url": "https://github.com/mlflow/mlflow/pkgs/container/mlflow",
"edition": [
{
"dist": "community",
"version": ["latest"]
"version": ["v2.16.2","latest"]
}
],
"requirements": {
Expand Down

0 comments on commit 74d9438

Please sign in to comment.