arshy commited on
Commit
7c17200
·
1 Parent(s): 37769c6
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +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 ini
18
  RUN git submodule update --init --recursive
19
 
20
  # 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