Skip to content

Commit

Permalink
Update .env.example for conda flows
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiebke committed Mar 9, 2024
1 parent aaff3de commit 9b91f7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ USER_PASSWORD=<to-be-specified-per-deployment>
PREFECT_API_URL=http://prefect:4200/api
FLOW_NAME="Parent flow/launch_parent_flow"
TIMEZONE="US/Pacific"

# Environment variables for conda-based Prefect flows
CONDA_ENV_NAME="dlsia"
TRAIN_SCRIPT_PATH="src/train.py"
SEGMENT_SCRIPT_PATH="src/segment.py"

0 comments on commit 9b91f7e

Please sign in to comment.