ale commited on
Commit
de57997
1 Parent(s): cd64811

[refactor] try moving main dockerfile to the root level to huggingface compatibility

Browse files
dockerfiles/dockerfile-samgeo → Dockerfile RENAMED
@@ -29,4 +29,10 @@ RUN curl -o ${HOME}/sam_vit_h_4b8939.pth https://dl.fbaipublicfiles.com/segment_
29
  RUN ls -l ${HOME}/
30
  COPY --chown=user . $HOME/app
31
 
 
 
 
 
 
 
32
  CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
29
  RUN ls -l ${HOME}/
30
  COPY --chown=user . $HOME/app
31
 
32
+ RUN echo $HOME/app
33
+ RUN echo $HOME/
34
+
35
+ RUN ls -l $HOME/app
36
+ RUN ls -l $HOME/
37
+
38
  CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "7860"]