mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 05:52:57 +00:00
Better docs
This commit is contained in:
@@ -4,7 +4,7 @@ For `aarch64` images, we have self-hosted VMs, provided by [Oracle OCI](https://
|
|||||||
|
|
||||||
To setup a new runner:
|
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`:
|
2. Run under `root`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -13,7 +13,8 @@ To setup a new runner:
|
|||||||
|
|
||||||
This will perform initial runner setup and create a non-root user `runner-user`.
|
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`:
|
4. Run under `root`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Reference in New Issue
Block a user