mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: bump version to 0.8.0-rc1
This commit is contained in:
@@ -51,7 +51,7 @@ pip install concrete-numpy
|
||||
You can get the concrete-numpy docker image by pulling the latest docker image:
|
||||
|
||||
```shell
|
||||
docker pull zamafhe/concrete-numpy:v0.6.0
|
||||
docker pull zamafhe/concrete-numpy:v0.8.0
|
||||
```
|
||||
|
||||
You can find more detailed installation instructions in [installing.md](docs/getting-started/installing.md)
|
||||
|
||||
@@ -20,7 +20,7 @@ Apple silicon users must use docker installation (explained below) as there is n
|
||||
You can also get the **Concrete Numpy** docker image:
|
||||
|
||||
```shell
|
||||
docker pull zamafhe/concrete-numpy:v0.6.0
|
||||
docker pull zamafhe/concrete-numpy:v0.8.0
|
||||
```
|
||||
|
||||
### Starting Jupyter server
|
||||
@@ -28,13 +28,13 @@ docker pull zamafhe/concrete-numpy:v0.6.0
|
||||
By default, the entry point of the **Concrete Numpy** docker image is a jupyter server that you can access from your browser:
|
||||
|
||||
```shell
|
||||
docker run --rm -it -p 8888:8888 zamafhe/concrete-numpy:latest
|
||||
docker run --rm -it -p 8888:8888 zamafhe/concrete-numpy:v0.8.0
|
||||
```
|
||||
|
||||
To save notebooks on host, you can use a local volume:
|
||||
|
||||
```shell
|
||||
docker run --rm -it -p 8888:8888 -v /path/to/notebooks:/data zamafhe/concrete-numpy:latest
|
||||
docker run --rm -it -p 8888:8888 -v /path/to/notebooks:/data zamafhe/concrete-numpy:v0.8.0
|
||||
```
|
||||
|
||||
### Starting Bash session
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "concrete-numpy"
|
||||
version = "0.7.0-rc1"
|
||||
version = "0.8.0-rc1"
|
||||
description = "Concrete Numpy is an open-source library which simplifies the use of fully homomorphic encryption (FHE)."
|
||||
license = "BSD-3-Clause"
|
||||
authors = [
|
||||
|
||||
Reference in New Issue
Block a user