File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 - |
1616 set -eu
1717 apt-get update && apt-get install -y git
18- mkdir -p /app && cd /app
18+ mkdir -p /app/repo && cd /app/repo
1919 git clone https://github.com/david-thrower/cerebros-core-algorithm-alpha.git .
2020 git fetch origin 208-refactor-nlp-example-to-tokenize-first
2121 git checkout 208-refactor-nlp-example-to-tokenize-first
3535 value : " 1"
3636 volumeMounts :
3737 - name : data-storage
38- mountPath : /app/data
38+ mountPath : /app/repo/ data
3939 resources :
4040 requests :
4141 memory : " 4Gi"
Original file line number Diff line number Diff line change 1515 - |
1616 set -eu
1717 apt-get update && apt-get install -y git
18- mkdir -p /app && cd /app
18+ mkdir -p /app/repo && cd /app/repo
1919 git clone https://github.com/david-thrower/cerebros-core-algorithm-alpha.git .
2020 git fetch origin 208-refactor-nlp-example-to-tokenize-first
2121 git checkout 208-refactor-nlp-example-to-tokenize-first
3434 value : " 1"
3535 volumeMounts :
3636 - name : data-storage
37- mountPath : /app/data
37+ mountPath : /app/repo/ data
3838 resources :
3939 requests :
4040 memory : " 6Gi"
You can’t perform that action at this time.
0 commit comments