arshy commited on
Commit
c960abe
·
1 Parent(s): a1dbd93
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ RUN pip install poetry gradio
14
  RUN git config --global --add safe.directory /app
15
 
16
  # Separately handle submodule update and checks
 
17
  RUN git submodule update --init --recursive
18
 
19
  # Check if the directory exists before attempting to cd
 
14
  RUN git config --global --add safe.directory /app
15
 
16
  # Separately handle submodule update and checks
17
+ RUN git submodule init
18
  RUN git submodule update --init --recursive
19
 
20
  # Check if the directory exists before attempting to cd