Spaces:
Runtime error
Runtime error
updates
Browse files
start.sh
CHANGED
@@ -4,6 +4,12 @@
|
|
4 |
git submodule init
|
5 |
git submodule update --init --recursive
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
# Checkout specific branches for your submodules
|
8 |
cd olas-predict-benchmark/benchmark
|
9 |
git checkout fix/mech-packages
|
|
|
4 |
git submodule init
|
5 |
git submodule update --init --recursive
|
6 |
|
7 |
+
ls -la
|
8 |
+
|
9 |
+
git config --global --add safe.directory /app
|
10 |
+
git config --global --add safe.directory /app/olas-predict-benchmark
|
11 |
+
git config --global --add safe.directory /app/olas-predict-benchmark/benchmark/mech
|
12 |
+
|
13 |
# Checkout specific branches for your submodules
|
14 |
cd olas-predict-benchmark/benchmark
|
15 |
git checkout fix/mech-packages
|