arshy commited on
Commit
676ae67
·
1 Parent(s): ab0bbbc
Files changed (1) hide show
  1. start.sh +3 -3
start.sh CHANGED
@@ -6,8 +6,6 @@ git submodule update --init --recursive
6
 
7
  export POETRY_CACHE_DIR="/app/.cache"
8
 
9
- ls -la
10
-
11
  git config --system --add safe.directory /app
12
  git config --system --add safe.directory /app/olas-predict-benchmark
13
  git config --system --add safe.directory /app/olas-predict-benchmark/benchmark/mech
@@ -21,11 +19,13 @@ cd olas-predict-benchmark/benchmark/mech
21
  git checkout main
22
  cd ../../..
23
 
24
- ls -la
25
 
26
  # Configure poetry to create virtual environments within the project directory
27
  poetry config virtualenvs.in-project true
28
 
 
 
 
29
  # Install dependencies as specified in poetry.lock file
30
  poetry install
31
 
 
6
 
7
  export POETRY_CACHE_DIR="/app/.cache"
8
 
 
 
9
  git config --system --add safe.directory /app
10
  git config --system --add safe.directory /app/olas-predict-benchmark
11
  git config --system --add safe.directory /app/olas-predict-benchmark/benchmark/mech
 
19
  git checkout main
20
  cd ../../..
21
 
 
22
 
23
  # Configure poetry to create virtual environments within the project directory
24
  poetry config virtualenvs.in-project true
25
 
26
+
27
+ cd /app
28
+
29
  # Install dependencies as specified in poetry.lock file
30
  poetry install
31