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 d7e0056 + f964858 commit ac07c9dCopy full SHA for ac07c9d
Dockerfile.tmpl
@@ -547,6 +547,7 @@ RUN pip install pytorch-ignite \
547
openpyxl \
548
timm \
549
torchinfo && \
550
+ pip install git+https://github.com/facebookresearch/segment-anything.git && \
551
/tmp/clean-layer.sh
552
553
# Install pycolmap for py3.10 (only the conda version works).
tests/test_imports.py
@@ -7,3 +7,4 @@ def test_basic(self):
7
import cleverhans
8
import tensorflow_gcs_config
9
import tensorflow_datasets
10
+ import segment_anything
0 commit comments