diff --git a/README.md b/README.md index 138a302d..74385a4f 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,13 @@ docker login --username=xxx ccr.ccs.tencentyun.com # login to Tencent Cloud so docker run ccr.ccs.tencentyun.com/gnes/gnes:latest-alpine ``` +🆕 Since 2019.9.24, you can also pull GNES from [Github packages](https://github.com/gnes-ai/gnes/packages/). Note, older versions/tags before 2019.9.24 are not uploaded. + +```bash +docker login --username=xxx docker.pkg.github.com/gnes-ai/gnes # login to github package so that we can pull from it +docker run docker.pkg.github.com/gnes-ai/gnes/gnes:latest-alpine +``` + The table below shows the status of the build pipeline. @@ -161,6 +168,10 @@ The table below shows the status of the build pipeline. + + + +
Github Package
docker.pkg.github.com/gnes-ai/gnes/gnes:[tag]
Tencent Cloud
ccr.ccs.tencentyun.com/gnes/gnes:[tag]