Skip to content

Commit

Permalink
context added, passed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kauevestena committed Jan 19, 2024
1 parent a260fa5 commit 0ed1d12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ RUN apt install libglib2.0-0 -y
RUN git clone https://github.com/kauevestena/lang-segment-anything.git
WORKDIR $HOME/lang-segment-anything
RUN pip install -e .

# running the basic test,
# then it will also be helding the weights inside the image,
# so no "cold start"
RUN python running_test.py

0 comments on commit 0ed1d12

Please sign in to comment.