arshy commited on
Commit
dfea6c0
1 Parent(s): fa5de18

change method

Browse files
Files changed (1) hide show
  1. 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 ../.. && \