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