arshy commited on
Commit
33abcb9
1 Parent(s): dfea6c0

change method

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -19,9 +19,9 @@ RUN pip install poetry gradio
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 ../.. && \
24
- # cd /app/olas-predict-benchmark/benchmark/mech && git checkout main && cd ../../..
25
 
26
  # Install project dependencies
27
  # RUN poetry install --no-interaction --no-ansi
 
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 ../.. && \
24
+ cd /app/olas-predict-benchmark/benchmark/mech && git checkout main && cd ../../..
25
 
26
  # Install project dependencies
27
  # RUN poetry install --no-interaction --no-ansi