Mbonea commited on
Commit
ed64d17
·
1 Parent(s): 838e5c7
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ RUN echo '#!/bin/bash\n\
45
  ln -sf /home/admin/.local/share/BrokenSource/Broken /usr/local/lib/python3.10/site-packages/Workspace/Broken\n\
46
  ln -sf /home/admin/.local/share/BrokenSource/DepthFlow /usr/local/lib/python3.10/site-packages/Workspace/DepthFlow\n\
47
  uvicorn app:app --host 0.0.0.0 --port 7860\n'\
48
- > /app/start.sh && chmod +x /app/start.sh
49
 
50
 
51
 
 
45
  ln -sf /home/admin/.local/share/BrokenSource/Broken /usr/local/lib/python3.10/site-packages/Workspace/Broken\n\
46
  ln -sf /home/admin/.local/share/BrokenSource/DepthFlow /usr/local/lib/python3.10/site-packages/Workspace/DepthFlow\n\
47
  uvicorn app:app --host 0.0.0.0 --port 7860\n'\
48
+ > /app/start.sh && chmod +x ./start.sh
49
 
50
 
51