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

change method

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN pip install poetry gradio
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
26
 
27
  EXPOSE 7860
28
 
 
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
26
 
27
  EXPOSE 7860
28