Skip to content

Commit

Permalink
Fix: Pin lang-segment-anything commit to pre SAM-2 commit
Browse files Browse the repository at this point in the history
This docker container can not build since the newly merged
luca-medeiros/lang-segment-anything#73
requires python 3.11, but Ubuntu 22.04 has only 3.10.13
  • Loading branch information
matthias-mayr committed Oct 14, 2024
1 parent 963a3de commit e21ee72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y git make build-e
RUN apt-get install -y libgl1 libgl1-mesa-glx libglib2.0-0

RUN pip install -U pip
RUN pip install -U git+https://github.com/luca-medeiros/lang-segment-anything.git
RUN pip install -U git+https://github.com/luca-medeiros/lang-segment-anything.git@05c386ee95b26a8ec8398bebddf70ffb8ddd3faf
RUN pip install grpcio protobuf pyransac3d transformations scikit-learn

RUN mkdir /app
Expand Down

0 comments on commit e21ee72

Please sign in to comment.