Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This version makes several changes:
container disk, so your venvs can reuse them via `--system-site-packages`.
- Quality-of-life improvements:
- Automatically adds pod **SSH host keys** to your local `known_hosts` (retrieved over HTTPS via S3).
-
- Optional global git config on pod (`GIT_NAME`, `GIT_EMAIL`).
- Installs **Claude Code** and **Codex** on pod startup.
- Defaults the pod name to `<username>-<gpu>`.
Expand Down Expand Up @@ -129,7 +130,7 @@ into the environment.

## Known issues
Python Fire has a known issue (fixed & merged on [GitHub](https://github.com/google/python-fire/pull/588/files) but not released on PyPI yet)
with ipython==9.0 which will produce the following error:
with ipython>=9.0 which will produce the following error:
```
ERROR | Uncaught exception | <class 'TypeError'>; Inspector.__init__() missing 1 required keyword-only argument: 'theme_name';
```
Expand All @@ -143,5 +144,3 @@ ERROR | Uncaught exception | <class 'TypeError'>; Inspector.__init__() missing
- Pre-install VS Code / Cursor server
- Change names & ssh aliases if a user requests multiple GPUs (e.g. runpod, runpod-1, etc.)
- Create a .config/runpod_cli/config file to change the default values (e.g. GPU type, runtime, etc.)
- Allow for shorter cmdline arguments (e.g. -g or --gpu instead of --gpu_type)
- Allow fuzzy matching of GPU types (e.g. "a4000" -> "RTX A4000")
Loading