Skip to content

Commit

Permalink
Handle model synonyms in K8S deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Aug 12, 2024
1 parent 2510a98 commit c3da9fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"tf_geo_elevation_model_path": os.environ["TF_GEO_MODEL_PATH"],
"elevation_h3_r4": os.environ["ELEVATION_H3_R4_PATH"],
"tf_elev_thresholds": os.environ["GEO_THRESHOLDS_PATH"],
"taxon_ranges_path": os.environ["TAXON_RANGES_PATH"]
"taxon_ranges_path": os.environ["TAXON_RANGES_PATH"],
"synonyms_path": os.environ["SYNONYMS_PATH"],
"synonyms_taxonomy_path": os.environ["SYNONYMS_TAXONOMY_PATH"]
}]
}
if "GEO_MIN" in os.environ:
Expand Down

0 comments on commit c3da9fd

Please sign in to comment.