Spaces:
Runtime error
Runtime error
change method
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -16,6 +16,8 @@ RUN apt-get update && \
|
|
16 |
# Install Poetry
|
17 |
RUN pip install poetry gradio
|
18 |
|
|
|
|
|
19 |
# # Run submodule update and checkout commands
|
20 |
# RUN git submodule update --init --recursive && \
|
21 |
# cd /app/olas-predict-benchmark/benchmark && git checkout fix/mech-packages && cd ../.. && \
|
|
|
16 |
# Install Poetry
|
17 |
RUN pip install poetry gradio
|
18 |
|
19 |
+
RUN git config --global --add safe.directory /app
|
20 |
+
|
21 |
# # Run submodule update and checkout commands
|
22 |
# RUN git submodule update --init --recursive && \
|
23 |
# cd /app/olas-predict-benchmark/benchmark && git checkout fix/mech-packages && cd ../.. && \
|