Better docs

This commit is contained in:
Ayaz Salikhov
2022-07-04 21:52:13 +04:00
parent c0d3b811cb
commit 1be103d0da

View File

@@ -4,7 +4,7 @@ For `aarch64` images, we have self-hosted VMs, provided by [Oracle OCI](https://
To setup a new runner:
1. Create an Oracle `VM.Standard.A1.Flex` with _1 OCPU_ and _6 GB_ using `Ubuntu 22.04` image.
1. Create a compute instance `VM.Standard.A1.Flex` with _1 OCPU_ and _6 GB_ using `Ubuntu 22.04` image.
2. Run under `root`:
```bash
@@ -13,7 +13,8 @@ To setup a new runner:
This will perform initial runner setup and create a non-root user `runner-user`.
3. Setup new GitHub Runner with this user: <https://github.com/jupyter/docker-stacks/settings/actions/runners/new> using `Linux` and `ARM64`.
3. Setup new GitHub Runner under `runner-user` using [GitHub Instructions](https://github.com/jupyter/docker-stacks/settings/actions/runners/new?arch=arm64&os=linux).
Do not `./run.sh` yet.
4. Run under `root`:
```bash