Skip to content

Generalization#3

Open
jinhan wants to merge 5 commits into
seung-lab:mainfrom
VCG:main
Open

Generalization#3
jinhan wants to merge 5 commits into
seung-lab:mainfrom
VCG:main

Conversation

@jinhan

@jinhan jinhan commented Oct 2, 2023

Copy link
Copy Markdown

I changed to use env variables for the generalization.

Need to add new variables in secrets localxx.sh:

export PPROGRESS_DATASETS='{"h01_full0_v2": "https://local.brain-wire-test.org/segmentation/1.0/h01_full0_v2/", "test0_parents_v0": "https://local.brain-wire-test.org/segmentation/1.0/test0_parents_v0/" }'
export PPROGRESS_SERVER_ADDRESSES='{"h01_full0_v2": "https://local.brain-wire-test.org", "test0_parents_v0": "https://local.brain-wire-test.org" }'

Need to add new variables under env in kubetemplates/pprogress.yaml:

- name: PPROGRESS_DATASETS
  value: '${PPROGRESS_DATASETS}'
- name: PPROGRESS_SERVER_ADDRESSES
  value: '${PPROGRESS_SERVER_ADDRESSES}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant