Skip to content

Commit 1fd6b0b

Browse files
Eugene Vinitskyclaude
authored andcommitted
docs/mining: 'source the venv' instead of 'pip install --user submitit'
Mirror the cluster_training.md change — setup_container.sh install already lands submitit in the venv, and sourcing the venv on login makes it importable. No --user bootstrap needed. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent e00812f commit 1fd6b0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/mining.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ python3 scripts/submit_cluster.py \
145145
vec.backend=Serial
146146
```
147147

148-
See [`docs/cluster_training.md`](cluster_training.md) for one-time setup of
149-
the login-side submitit (`python3 -m pip install --user submitit pyyaml
150-
cloudpickle`).
148+
Source the venv before invoking `submit_cluster.py` (`source
149+
/scratch/$USER/venvs/pufferdrive/bin/activate`) — see
150+
[`docs/cluster_training.md`](cluster_training.md) for the rationale.
151151

152152
Outputs land on `/scratch`; pull them down with `rsync` for in-browser viewing.
153153

0 commit comments

Comments
 (0)