Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@charleshofer
Copy link
Collaborator

We've been building nightly wheels and docker images for a while. This adds a nightly tag to the built docker images and instructions to the README that explains how to get the nightly images and wheels.

README.md Outdated
Nightly docker images are kept in the Github Container Registry

```
echo <Github PAT> | docker login ghcr.io -u <username> --password-stdin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of PAT, lets use a more self-descriptive term here

Suggested change
echo <Github PAT> | docker login ghcr.io -u <username> --password-stdin
echo <YOUR_GITHUB_ACCESS_TOKEN> | docker login ghcr.io -u <username> --password-stdin


Pull access to the Github CR is done by a personal access token (classic) with the `read:packages` permission. To create one, click your profile picture in the top-right of Github, select Settings > Developer settings > Personal access tokens > Tokens (classic) and then select the option to generate a new token. Make sure you select the classic token option and git it the `read:packages` permission.

Once your token has been created, go back to the Tokens (classic) page and set your token's SSO settings to allow access to the ROCm Github organization.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

README.md Outdated
Once your token has been set up to use SSO, you can log in with the `docker` command line by running,

```
echo <Github PAT> | docker login ghcr.io -u <username> --password-stdin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
echo <Github PAT> | docker login ghcr.io -u <username> --password-stdin
echo <GITHUB_ACCESS_TOKEN> | docker login ghcr.io -u <username> --password-stdin

@charleshofer charleshofer force-pushed the add-nightly-download-instructions branch from 5501d52 to 7a6b1fa Compare July 9, 2025 19:42
@charleshofer charleshofer force-pushed the add-nightly-download-instructions branch from 7a6b1fa to 530889e Compare July 9, 2025 20:31
Copy link
Contributor

@gulsumgudukbay gulsumgudukbay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and instructions are clear

Copy link
Contributor

@mrodden mrodden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@mrodden mrodden merged commit 1a9b2d5 into master Jul 9, 2025
8 of 9 checks passed
@mrodden mrodden deleted the add-nightly-download-instructions branch July 9, 2025 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants