We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ac705 commit ce775d7Copy full SHA for ce775d7
README.md
@@ -25,11 +25,11 @@ given docker-compose.yaml file will start up:
25
sample input file [here](https://github.com/mlcommons/ailuminate/tree/main).
26
1. Bring up the services:
27
```bash
28
- docker compose up -d
+ ./start_services.sh -d
29
```
30
- 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:
31
32
- docker compose up -d jupyter
+ ./start_services.sh -d no-jupyter
33
34
1. Visit the [Jupyter Server](http://localhost:8888/?token=changeme). The
35
token is configured in the .env file. You shouldn't need to enter it
0 commit comments