facebookresearch / AnimatedDrawings

Code to accompany "A Method for Animating Children's Drawings of the Human Figure"
MIT License
10.31k stars 885 forks source link

docker start fail #265

Closed adrianhsm closed 4 months ago

adrianhsm commented 5 months ago
  1. docker start should also specify the volumn binding of directory, that is add "-v torchserve:/home", or start in readme will fail as no config file is found
  2. the mar file should also copy to torchserve/torchserve/model-store
SinianLiu commented 5 months ago

hi, I changed the torch to torch==2.0.0, and also tried torch==2.0.1, it still didn't work. Before that I also changed <RUN mim install mmcv-full==1.7.0> to .

Did you find a way to work it out?

adrianhsm commented 5 months ago

could you show the failure log?

SinianLiu commented 4 months ago

torchserve_logs.txt Sure, I attached the docker logs for the touchserver, but it's very long.. Thank you so much!

adrianhsm commented 4 months ago

I see this error before, I guess you should not change the mmcv version

adrianhsm commented 4 months ago

as I post in another issue: Change mmcv to 1.7.2 may lead the success of the building, but fail during runnig

adrianhsm commented 4 months ago

need not to bind any directory actually