Skip to content

Commit

Permalink
Merge pull request #76 from camicroscope/release
Browse files Browse the repository at this point in the history
Segmentation Loader Version Update
  • Loading branch information
birm authored Sep 12, 2019
2 parents 25ef0fd + 51b7e5e commit d623508
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 d623508

Please sign in to comment.