Skip to content

Commit

Permalink
update guide (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Jul 3, 2024
1 parent 48ea079 commit e7cb6a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/README_Docker_and_RA.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,15 @@ docker compose build

> **_NOTE:_** This step will take some time, sometimes ~5 minutes.
**Currently, it is not possible to build the image locally due to a dependency being privated. Please pull the docker images needed to run raiko as follows:**

```
docker pull us-docker.pkg.dev/evmchain/images/raiko:1.0.0
docker pull us-docker.pkg.dev/evmchain/images/pccs:1.0.0
```

You can continue on with the following steps as usual after this.

6. Check that the images have been built

```
Expand Down

0 comments on commit e7cb6a9

Please sign in to comment.