Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker run -it raycloudtools:latest /bin/bash
```console
# Login to GitHub Container Registry (required once)
export CR_PAT=YOUR_GITHUB_TOKEN
echo $CR_PAT | apptainer registry login ghcr.io -u YOUR_GITHUB_USERNAME --password-stdin
apptainer registry login -u YOUR_GITHUB_USERNAME -p $CR_PAT oras://ghcr.io

# Pull and convert the container
apptainer pull docker://ghcr.io/csiro-robotics/raycloudtools:latest
Expand Down
Loading