https://github.com/siruku6/mlflow-trial
https://github.com/siruku6/mlflow-trial
docker-compose mlflow python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siruku6/mlflow-trial
- Owner: siruku6
- License: mit
- Created: 2023-10-14T07:20:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T12:38:40.000Z (over 2 years ago)
- Last Synced: 2025-01-12T12:31:57.339Z (over 1 year ago)
- Topics: docker-compose, mlflow, python
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mlflow-trial
## 1. How to init
- 1-1. Make `.env`
```bash
$ cd ${APP_ROOT}/docker
$ cp .env.example .env
```
- 1-2. Build
```bash
$ cd ${APP_ROOT}/docker/
$ docker compose build
$ docker compose up
```
Then, you can access the followings with you web browser!
- `mlflow ui` from `http://localhost:5001`
- `jupyter` from `http://localhost:5002`