Self-hosting

Deploy the Docker image locally or in the cloud:

  • remember to set the required environment variables for your Docker container (See HERE).

  • [IMPORTANT] if deploying in the cloud we suggest setting up an S3 bucket. Nova will use it to save the witness files from the inference process and reuse them for proof generation later on. Without external persistent storage, upon restart of the Nova service, all witness files would be lost.

Last updated