SAM_CHECKPOINT debugging
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -41,6 +41,8 @@ RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
|
|
41 |
RUN mkdir -p $HOME/app/weigths
|
42 |
RUN wget -c -O $HOME/app/weigths/sam_vit_h_4b8939.pth https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
|
43 |
|
|
|
|
|
44 |
COPY app.py .
|
45 |
|
46 |
RUN find $HOME/app
|
|
|
41 |
RUN mkdir -p $HOME/app/weigths
|
42 |
RUN wget -c -O $HOME/app/weigths/sam_vit_h_4b8939.pth https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
|
43 |
|
44 |
+
RUN ls -la $HOME/app/weigths
|
45 |
+
|
46 |
COPY app.py .
|
47 |
|
48 |
RUN find $HOME/app
|