-
Notifications
You must be signed in to change notification settings - Fork 2
Add nightly docker tag and pull instructions #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
README.md
Outdated
| Nightly docker images are kept in the Github Container Registry | ||
|
|
||
| ``` | ||
| echo <Github PAT> | docker login ghcr.io -u <username> --password-stdin |
There was a problem hiding this comment.
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
| 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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| echo <Github PAT> | docker login ghcr.io -u <username> --password-stdin | |
| echo <GITHUB_ACCESS_TOKEN> | docker login ghcr.io -u <username> --password-stdin |
5501d52 to
7a6b1fa
Compare
7a6b1fa to
530889e
Compare
gulsumgudukbay
left a comment
There was a problem hiding this 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
mrodden
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
We've been building nightly wheels and docker images for a while. This adds a
nightlytag to the built docker images and instructions to the README that explains how to get the nightly images and wheels.