Spaces:
Runtime error
Runtime error
change method
Browse files- 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 |
|