We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13d16bd + bd9b82a commit 0fac236Copy full SHA for 0fac236
Dockerfile.tmpl
@@ -575,9 +575,6 @@ RUN pip install pytorch-ignite \
575
pip install git+https://github.com/facebookresearch/segment-anything.git && \
576
/tmp/clean-layer.sh
577
578
-# Install pycolmap for py3.10 (only the conda version works).
579
-RUN mamba install -y pycolmap
580
-
581
# Download base easyocr models.
582
# https://github.com/JaidedAI/EasyOCR#usage
583
RUN mkdir -p /root/.EasyOCR/model && \
tests/test_pycolmap.py
0 commit comments