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 4281751
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.

0 comments on commit 4281751

Please sign in to comment.