File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,11 @@ This guide will walk you through setting up and running a ComputeAI cluster. You
4242 - Navigate to the ` jitsuServer ` directory.
4343 - Start the Jitsu Server using Docker Compose with the ` .env ` file:
4444 ``` bash
45- cd /path/to/cluster /jitsuServer
45+ cd /path/to/dir /jitsuServer
4646 docker-compose --env-file ../.env up -d
4747 ```
4848 - Confirm that the Jitsu Server is up and running on each node.
49+ - Ensure that port 50051 is open for communication with the Orchestrator.
4950
50514. ** Configure ` STATIC_IP_LIST` :**
5152
@@ -62,10 +63,11 @@ This guide will walk you through setting up and running a ComputeAI cluster. You
6263 - Navigate to the ` orchestrator` directory.
6364 - Start the Orchestrator service using Docker Compose with the ` .env` file:
6465 ` ` ` bash
65- cd /path/to/cluster /orchestrator
66+ cd /path/to/dir /orchestrator
6667 docker-compose --env-file ../.env up -d
6768 ` ` `
6869 - Verify that the Orchestrator service is up and managing the Jitsu Server nodes.
70+ - Connect to the jupyter notebook on port 8888, and the ComputeAI dashboard on port 8080
6971
7072# # Final Considerations
7173
You can’t perform that action at this time.
0 commit comments