arshy commited on
Commit
5cc7308
1 Parent(s): 43d8c1c

change method

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -16,10 +16,10 @@ 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 ../.. && \
22
- cd /app/olas-predict-benchmark/benchmark/mech && git checkout main && cd ../../..
23
 
24
  # Install project dependencies
25
  RUN poetry install --no-interaction --no-ansi
 
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 ../.. && \
22
+ # cd /app/olas-predict-benchmark/benchmark/mech && git checkout main && cd ../../..
23
 
24
  # Install project dependencies
25
  RUN poetry install --no-interaction --no-ansi