Quickstart
Install once in your cluster environment and initialize config:
npm i -g labgate
labgate initlabgate ui requires host tmux. If your login node is missing it, use your module system first:
module avail tmux
module load tmux
tmux -VIf modules are unavailable, install with conda-forge only (no defaults channel):
conda config --remove channels defaults
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install -n base --override-channels -c conda-forge tmuxThen run the two-node flow:
- Login node:
labgate ui- Compute node:
srun --pty bash
cd /path/to/project
labgate claudeLast updated on