File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ USER ${user_name}
3939ENV HOME=/home/${user_name}
4040WORKDIR ${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
5151USER root
52- WORKDIR /app
52+ WORKDIR ${HOME}
5353
5454# CMD ["zsh"]
5555# SHELL ["/bin/zsh", "-c"]
You can’t perform that action at this time.
0 commit comments