File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
_docs/developer/getting_started Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 277277
278278PLATFORMS
279279 arm64-darwin-22
280+ arm64-darwin-23
280281 x86_64-linux
281282
282283DEPENDENCIES
Original file line number Diff line number Diff line change @@ -31,14 +31,15 @@ These instructions are intended to be followed after [configuring the main virtu
3131
3232 __ NOTE__ : Never interact with the socket while a worker machine is running. This can make the machine inaccessible.
3333
34- 6 . Now you can create the worker machine(s) with:
34+ 4 . Now you can create the worker machine(s) with:
3535 ```
3636 vagrant workers up
3737 ```
3838 Do not use the --provider flag with this command, since it will conflict with the
3939 provider of the main virtual machine.
4040
41- 7 . Once all the workers are fully set up and running, ` vagrant ssh ` into the main virtual machine and do a ` submitty_install `
41+ 5 . Once all the workers are fully set up and running, ` vagrant ssh ` into the main virtual machine and do a ` submitty_install `
42+
4243---
4344
4445## Connecting to the Worker Machine
You can’t perform that action at this time.
0 commit comments