arshy commited on
Commit
50e6363
·
verified ·
1 Parent(s): 0e08208

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -16,7 +16,6 @@ RUN apt-get update && \
16
  # Install Poetry
17
  RUN pip install poetry
18
 
19
-
20
  # Run submodule update and checkout commands
21
  RUN git submodule update --init --recursive && \
22
  cd /app/olas-predict-benchmark/benchmark && git checkout fix/mech-packages && cd ../.. && \
 
16
  # Install Poetry
17
  RUN pip install poetry
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 ../.. && \