Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 366 Bytes

File metadata and controls

20 lines (11 loc) · 366 Bytes

Installation of the docker

We provide a Docker image that has Orpheus, tfhe-rs and openfhe installed. To activate it, run:

docker build -t orpheus_container .

The build may take some time, because of the compilation of OpenFHE.

Then, launch it with:

docker run -it orpheus_container   

For reproducibility, go to ORPHEUS/reproducibility.