camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
231 stars 286 forks source link

Error during Docker build operation #986

Closed nwanduka closed 1 week ago

nwanduka commented 1 week ago

Describe the bug I'm facing challenges while attempting to set up and run caMicroscope on my local machine using Docker. Initially, the site was running but not showing me the most recent version of caMicroscope. I pulled changes from the origin to my cloned branch then when I ran the build command, I encountered issues related to cloning the orthanc-indexer repository (see first screenshot).

Next, I tried deleting previous forks and creating new ones to build the site afresh. I now face consistent git clone failures during Docker build with the following error: failed to solve: process "/bin/sh -c git clone https://github.com/${fork:-camicroscope}/camicroscope.git --branch=${viewer:-master} --depth 1" (see second screenshot)

I would appreciate any guidance or suggestions on how to successfully resolve these git clone errors during Docker build, or any insights into what might be causing these issues.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

image

birm commented 1 week ago

I've added a v3.12.0 for orthanc indexer; I must've incorrectly bumped the version in a release. https://github.com/camicroscope/orthanc-indexer/releases/tag/v3.12.0

Does trying again resolve the issue?

nwanduka commented 1 week ago

Yes, it works well now. It's showing the updated version of the site. Thanks a lot. I'll close this issue now.