Skip to content

Commit

Permalink
Fix README types
Browse files Browse the repository at this point in the history
Co-authored-by: Elizabeth Campolongo <[email protected]>
  • Loading branch information
thompsonmj and egrace479 authored Oct 24, 2023
1 parent c755f4e commit 8e39c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8e39c26

Please sign in to comment.