From 1da26d46184367a12d80f54f16c5d00d249b4c8a Mon Sep 17 00:00:00 2001 From: Nokogiri Services Date: Tue, 1 Oct 2024 20:30:58 -0400 Subject: [PATCH] Update run_validator.md update to cyber to v4.0.0 --- docs/run_validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/run_validator.md b/docs/run_validator.md index 7f0b433c..84b0928a 100644 --- a/docs/run_validator.md +++ b/docs/run_validator.md @@ -282,7 +282,7 @@ mkdir $HOME/.cyber/config (This will pull and extract the image from cyberd/cyber of latest version, containing all upgrades binaries) ```bash -docker run -d --gpus all --name=bostrom --restart always -p 26656:26656 -p 26657:26657 -p 1317:1317 -e ALLOW_SEARCH=true -v $HOME/.cyber:/root/.cyber cyberd/bostrom:v3.0.0-cuda11.4 +docker run -d --gpus all --name=bostrom --restart always -p 26656:26656 -p 26657:26657 -p 1317:1317 -e ALLOW_SEARCH=true -v $HOME/.cyber:/root/.cyber cyberd/bostrom:v4.0.0-cuda11.4 ``` Docker image already contain all binaries to either sync from 0 or start form snapshot.