Skip to content

Commit

Permalink
Merge pull request #75 from camicroscope/develop
Browse files Browse the repository at this point in the history
Segmentation Loader Update
  • Loading branch information
birm authored Sep 12, 2019
2 parents f16a5e9 + e8458bb commit 51b7e5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ services:
- QUIP_IMAGE_PATH=$PWD/images
- QUIP_DATA_PATH=$PWD/data
segloader:
build: "https://github.com/SBU-BMI/SegmentationLoader.git#1.0"
build: "https://github.com/SBU-BMI/SegmentationLoader.git#1.0.1"
container_name: quip-segloader
volumes:
- ./data/segmentation_results:/data/segmentation_results
- ./data:/data
heatmaploader:
build: "https://github.com/SBU-BMI/uploadHeatmaps.git#v1.5.0"
container_name: quip-hmloader
Expand Down
4 changes: 2 additions & 2 deletions quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ services:
- QUIP_IMAGE_PATH=$PWD/images
- QUIP_DATA_PATH=$PWD/data
segloader:
build: "https://github.com/SBU-BMI/SegmentationLoader.git#1.0"
build: "https://github.com/SBU-BMI/SegmentationLoader.git#1.0.1"
container_name: quip-segloader
volumes:
- ./data/segmentation_results:/data/segmentation_results
- ./data:/data
heatmaploader:
build: "https://github.com/SBU-BMI/uploadHeatmaps.git#v1.5.0"
container_name: quip-hmloader
Expand Down

0 comments on commit 51b7e5e

Please sign in to comment.