Skip to content

Commit

Permalink
docs: Update tags to v2.0.0 in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Jul 13, 2023
1 parent c36c372 commit ec8cb21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pip install concrete-python
You can get the concrete-python docker image by pulling the latest docker image:

```shell
docker pull zamafhe/concrete-python:v1.0.0
docker pull zamafhe/concrete-python:v2.0.0
```

You can find more detailed installation instructions in [installing.md](docs/getting-started/installing.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ pip install concrete-python
You can also get the **Concrete** docker image:

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

0 comments on commit ec8cb21

Please sign in to comment.