Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ given docker-compose.yaml file will start up:
sample input file [here](https://github.com/mlcommons/ailuminate/tree/main).
1. Bring up the services:
```bash
docker compose up -d
./start_services.sh -d
```
Or if you are running mlflow somewhere else, you can bring up just jupyter with:
Or if you are using the cli only, and not using jupyter:
```bash
docker compose up -d jupyter
./start_services.sh -d no-jupyter
```
1. Visit the [Jupyter Server](http://localhost:8888/?token=changeme). The
token is configured in the .env file. You shouldn't need to enter it
Expand Down