Skip to content

Commit 553d546

Browse files
committed
chore: fix admonition
1 parent 8432b11 commit 553d546

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/sections/java-quarkus/02.1-additional-setup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ If you have a machine with enough resources, you can run this workshop entirely
4141
ollama pull llama3
4242
```
4343

44-
> [!NOTE]
44+
<div class="note" data-title="Note">
45+
4546
> The `llama3` model with download a few gigabytes of data, so it can take some time depending on your internet connection.
4647
48+
</div>
49+
4750
Then, you can create a `.env` file at the root of the project, and add the following content:
4851

4952
```bash

0 commit comments

Comments
 (0)