Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jliberma authored Dec 31, 2024
1 parent 998183e commit a0159be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ This NVIDIA AI blueprint shows developers how to build a microservice that trans
```bash
make all-services
```

> **Note:** The first time you run `make all-services`, the `docling` service may take 10-15 minutes to pull and build. Subsequent runs will be much faster.
This command will:
- Verify environment variables are set
- Create necessary directories
- Start all services using Docker Compose in `--build` mode.


> **Note:** The first time you run `make all-services`, the `docling` service may take 10-15 minutes to pull and build. Subsequent runs will be much faster.
You can also set `DETACH=1` to run the services in detached mode, which allows you to continue using your terminal while the services are running.
> **Note:** Set `DETACH=1` to run the services in detached mode to continue using your terminal while the services are running.
5. **Generate the Podcast**:

Expand Down

0 comments on commit a0159be

Please sign in to comment.