Skip to content

Commit ce775d7

Browse files
authored
Update README to use start_services.sh for service startup (#43)
1 parent 94ac705 commit ce775d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ given docker-compose.yaml file will start up:
2525
sample input file [here](https://github.com/mlcommons/ailuminate/tree/main).
2626
1. Bring up the services:
2727
```bash
28-
docker compose up -d
28+
./start_services.sh -d
2929
```
30-
Or if you are running mlflow somewhere else, you can bring up just jupyter with:
30+
Or if you are using the cli only, and not using jupyter:
3131
```bash
32-
docker compose up -d jupyter
32+
./start_services.sh -d no-jupyter
3333
```
3434
1. Visit the [Jupyter Server](http://localhost:8888/?token=changeme). The
3535
token is configured in the .env file. You shouldn't need to enter it

0 commit comments

Comments
 (0)