Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 ../.. && \
|