Spaces:
Runtime error
Runtime error
updates
Browse files- 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
|
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
|