From 648524eac74154711b042ee73e7d5a6d80e7d93e Mon Sep 17 00:00:00 2001 From: Tim Devereux <25172134+tim-devereux@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:04:48 +1000 Subject: [PATCH] Update README.md Fix apptainer authentication instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 362cf97..f82f0f6 100644 --- a/README.md +++ b/README.md @@ -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