Skip to content

Commit d3f0c29

Browse files
dpark01claude
andcommitted
Add ghcr.io pull instructions to CLAUDE.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 78473b2 commit d3f0c29

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ model_path = files('qprimer_designer.data').joinpath('combined_classifier.pth')
6868

6969
## Docker
7070

71+
Pull from GitHub Container Registry:
72+
```bash
73+
docker pull ghcr.io/broadinstitute/qprimer_designer:latest
74+
docker run --rm ghcr.io/broadinstitute/qprimer_designer:latest qprimer --help
75+
```
76+
7177
Build locally:
7278
```bash
7379
docker build -t qprimer-designer:local .

0 commit comments

Comments
 (0)