From e7cb6a92cb65440888ddf13659f816e0cef910b7 Mon Sep 17 00:00:00 2001 From: Roger <50648015+RogerLamTd@users.noreply.github.com> Date: Tue, 2 Jul 2024 23:42:52 -0700 Subject: [PATCH] update guide (#309) --- docs/README_Docker_and_RA.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/README_Docker_and_RA.md b/docs/README_Docker_and_RA.md index 41a685f9..2dbe1315 100644 --- a/docs/README_Docker_and_RA.md +++ b/docs/README_Docker_and_RA.md @@ -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 ```