Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install stone docker image #52

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docker.md
dmirgaleev authored Oct 2, 2024
commit bf15ac44bc6fa9d20217b0f49dcb45226ed84f9d
5 changes: 3 additions & 2 deletions docs/pages/install/docker.md
Original file line number Diff line number Diff line change
@@ -28,13 +28,14 @@ To pull an image, use the `docker pull` command followed by the image name. Here
- **For the Stone Prover :**
```bash
docker pull ghcr.io/dipdup-io/stone-packaging/stone-prover:master

```

- **For the CPU Air Prover (Lightweight):**
```bash
docker pull ghcr.io/dipdup-io/stone-packaging/cpu_air_prover:master

```

- **For the CPU Air Verifier (Lightweight):**
```bash
docker pull ghcr.io/dipdup-io/stone-packaging/cpu_air_verifier:master
```