Skip to content

Commit 4598ae2

Browse files
committed
rename sam2 repo
1 parent c5569a5 commit 4598ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.sam2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ USER ${user_name}
3939
ENV HOME=/home/${user_name}
4040
WORKDIR ${HOME}
4141

42-
RUN git clone https://github.com/facebookresearch/sam2.git && cd sam2 && pip install -e .
42+
RUN git clone https://github.com/facebookresearch/sam2.git SAM2 && cd SAM2 && pip install -e . && cd checkpoints && sh download_ckpts.sh
4343

4444
# Install Oh My Zsh and plugins
4545
# RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" --unattended \
@@ -49,7 +49,7 @@ RUN git clone https://github.com/facebookresearch/sam2.git && cd sam2 && pip ins
4949
# RUN echo "export PATH=$PATH:/home/${user_name}/.local/bin" >> /home/${user_name}/.zshrc
5050

5151
USER root
52-
WORKDIR /app
52+
WORKDIR ${HOME}
5353

5454
# CMD ["zsh"]
5555
# SHELL ["/bin/zsh", "-c"]

0 commit comments

Comments
 (0)