Skip to content

Commit

Permalink
Merge branch 'docs/deployment' of github.com:Imageomics/Andromeda int…
Browse files Browse the repository at this point in the history
…o docs/deployment
  • Loading branch information
thompsonmj committed Oct 24, 2023
2 parents 077fed7 + 8e39c26 commit 34a55a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
1 change: 0 additions & 1 deletion andromeda/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ def page_not_found(e):

if __name__ == '__main__':
app.run(host="0.0.0.0", port=7860)

0 comments on commit 34a55a5

Please sign in to comment.