Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 9 additions & 0 deletions backend/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ or
uv sync
```

If an agent is running at NERSC, we will use `podman-hpc`:

```bash
# note this will link the current user account's python (normally stored in ~/.local/share/uv/python)
# if we need to share across accounts, you can set the `UV_PYTHON_INSTALL_DIR` env var to a shared location
# prior to running the command below
uv sync --extra hpc
```

Then activate your virtual environment and start the agent from the directory containing your `.env`:

```bash
Expand Down
9 changes: 9 additions & 0 deletions docs/source/launch-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ or
uv sync
```

If an agent is running at NERSC, we will use `podman-hpc`:

```bash
# note this will link the current user account's python (normally stored in ~/.local/share/uv/python)
# if we need to share across accounts, you can set the `UV_PYTHON_INSTALL_DIR` env var to a shared location
# prior to running the command below
uv sync --extra hpc
```

Then activate your virtual environment and start the agent from the directory containing your `.env`:

```bash
Expand Down
Loading