diff --git a/dev-pathdb.yml b/dev-pathdb.yml index 49ae5ce2..b6e8a16a 100644 --- a/dev-pathdb.yml +++ b/dev-pathdb.yml @@ -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 diff --git a/quip-pathdb.yml b/quip-pathdb.yml index 38f0272d..659c8088 100644 --- a/quip-pathdb.yml +++ b/quip-pathdb.yml @@ -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