Skip to content

Commit e7cb6a9

Browse files
authored
update guide (#309)
1 parent 48ea079 commit e7cb6a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/README_Docker_and_RA.md

+9
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,15 @@ docker compose build
273273

274274
> **_NOTE:_** This step will take some time, sometimes ~5 minutes.
275275
276+
**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:**
277+
278+
```
279+
docker pull us-docker.pkg.dev/evmchain/images/raiko:1.0.0
280+
docker pull us-docker.pkg.dev/evmchain/images/pccs:1.0.0
281+
```
282+
283+
You can continue on with the following steps as usual after this.
284+
276285
6. Check that the images have been built
277286

278287
```

0 commit comments

Comments
 (0)