Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add zksync_tee_prover and container to nix
``` $ nix build -L .#tee_prover $ nix build -L .#container-tee_prover-dcap $ nix build -L .#container-tee_prover-azure $ export IMAGE_TAG=$(docker load < result | grep -Po 'Loaded image.*: \K.*') $ docker run -i --env GRAMINE_DIRECT=1 --env TEE_API_URL="http://127.0.0.1:3320" --privileged --init $IMAGE_TAG ``` Signed-off-by: Harald Hoyer <[email protected]>
- Loading branch information