Skip to content

Commit

Permalink
docs(frontend): be clearer on docker use and its current limit for Ap…
Browse files Browse the repository at this point in the history
…ple silicon
  • Loading branch information
bcm-at-zama committed Mar 12, 2024
1 parent a0195cf commit c7fe6c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Depending on your OS, Concrete may be installed with Docker or with pip:
| Windows | Yes | Coming soon |
| Windows Subsystem for Linux | Yes | Yes |
| macOS 11+ (Intel) | Yes | Yes |
| macOS 11+ (Apple Silicon: M1, M2, etc.) | Yes | Yes |
| macOS 11+ (Apple Silicon: M1, M2, etc.) | Coming soon | Yes |


#### Docker
Expand Down
6 changes: 4 additions & 2 deletions docs/get-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ pip install concrete-python[full]

## Using Docker

You can also get the Concrete docker image:
You can also get the Concrete docker image (replace "v2.4.0" below by the correct version you want):

```shell
docker pull zamafhe/concrete-python:v2.0.0
docker pull zamafhe/concrete-python:v2.4.0
docker run --rm -it zamafhe/concrete-python:latest /bin/bash
```

Docker is not supported on Apple Silicon.
8 changes: 4 additions & 4 deletions docs/tutorials/see-all-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

#### Code examples on GitHub

* [Key value database](https://github.com/zama-ai/concrete/blob/main/docs/application-tutorial/key\_value\_database.ipynb)
* [SHA-256 ](https://github.com/zama-ai/concrete/blob/main/docs/application-tutorial/sha256.ipynb)
* [Game of Life](https://github.com/zama-ai/concrete/tree/docs-revamp/frontends/concrete-python/examples/game\_of\_life)
* [XOR distance](https://github.com/zama-ai/concrete/tree/docs-revamp/frontends/concrete-python/examples/xor\_distance)
* [Key value database](../application-tutorial/key_value_database.ipynb)
* [SHA-256 ](../application-tutorial/sha256.ipynb)
* [Game of Life](../../frontends/concrete-python/examples/game_of_life)
* [XOR distance](../../frontends/concrete-python/examples/xor_distance)

#### Blog tutorials

Expand Down

0 comments on commit c7fe6c8

Please sign in to comment.