From 8e39c2642b48f7afc55ddcf90b68aaf3aa9040bc Mon Sep 17 00:00:00 2001 From: Matt Thompson <31709066+thompsonmj@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:43:16 -0400 Subject: [PATCH] Fix README types Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d37773..eca9966 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ FROM ghcr.io/Imageomics/Andromeda:latest Hugging Face handles SSL encryption automatically. Deploying in another environment may require additional configuration; previous configurations are discussed in [Prior Configurations](https://github.com/Imageomics/Andromeda/wiki/Prior-Configurations). -If you are interested in running your own QUEST-like class with your own satellite data CSV, you could create a few line Dockerfile, add their CSV, and host their own version Andromeda on their HF account. +If you are interested in running your own QUEST-like class with your own satellite data CSV, you could create a few line Dockerfile, add your CSV, and host your own version Andromeda on your HF account. Settings for the app can be changed in `.env`. Options for `.env`: - BACKEND_WORKERS - number of [workers used by gunicorn](https://docs.gunicorn.org/en/latest/run.html#commonly-used-arguments)