Add VSCode Remote SSH connection guide - #402
Conversation
Added a guide for connecting VSCode to Apptainer Jupyter Notebook environments via SSH, including steps for SSH key generation, configuration, and connection.
|
Updated instructions for connecting VSCode to the Torch login node, including SSH configuration and connection steps.
|
|
||
| Configure Remote - SSH settings: | ||
| - Check off `Remote.SSH: Lockfiles In Tmp` | ||
| - Uncheck `Remote.SSH: Use Flock` |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Uncheck'?
|
|
||
| `Install in SSH: torch` | ||
|
|
||
| ## Step 2: Start a dummy batch job and connect to the compute node |
There was a problem hiding this comment.
[TitleCase.TitleCase] 'Step 2: Start a dummy batch job and connect to the compute node' should use title case
| @@ -0,0 +1,38 @@ | |||
| # Connect VSCode to Torch | |||
There was a problem hiding this comment.
🚫 [remark-lint] reported by reviewdog 🐶
Error: Could not find module remark-lint-no-undefined-references
| @@ -0,0 +1,54 @@ | |||
| # Use Apptainer Jupyter Notebooks in VSCode on Torch | |||
There was a problem hiding this comment.
🚫 [remark-lint] reported by reviewdog 🐶
Error: Could not find module remark-lint-no-undefined-references
|
|
||
| Configure Remote - SSH settings: | ||
| 1. Check off `Remote.SSH: Lockfiles In Tmp` | ||
| 2. Uncheck `Remote.SSH: Use Flock` |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Uncheck'?
|
@Amanda-dong : We also offer Try it out and explain how using |
Added a guide for connecting VSCode to Apptainer Jupyter Notebook environments via SSH, including steps for SSH key generation, configuration, and connection.