Run source dotfiles/runpod.sh
to set up.
Adopted from John Hughes.
Use the following commands for most workflows.
"remote.SSH.defaultExtensions": [
"ms-python.python",
"ms-toolsai.jupyter",
"charliermarsh.ruff",
"tamasfe.even-better-toml",
"wholroyd.jinja",
],
Also add this to your user settings if you want to use .bashrc
variables in Jupyter notebooks.
"jupyter.runStartupCommands": [
"import dotenv",
"dotenv.load_dotenv('/root/.bashrc')"
],
This repository uses Runpod Environment Variables to login.