Skip to content

Commit ea3cdf8

Browse files
committed
feat: update README for quickstart script
1 parent 89be917 commit ea3cdf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ npm run quickstart
3232

3333
This command will run you through the process of setting up the environmental variables for your node.
3434

35+
> [!NOTE]
36+
> The quickstart script attempts to automatically detect GPUs (NVIDIA via `nvidia-smi`, others via `lspci`) and appends them to your `DOCKER_COMPUTE_ENVIRONMENTS`.
37+
> If you choose to manually configure `DOCKER_COMPUTE_ENVIRONMENTS` before running the script (e.g. via environment variable), be aware that auto-detected GPUs will be **merged** into your configuration, which could lead to duplication if you already manually defined them.
38+
> For most users, it is recommended to let the script handle GPU detection automatically.
39+
3540
## Option 3: Running Ocean Nodes with PM2
3641

3742
PM2 is a process manager that makes it easy to manage and monitor your Node.js applications.

0 commit comments

Comments
 (0)