We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e4cf0 commit 7cd7648Copy full SHA for 7cd7648
k8s-prepare-job.yaml
@@ -13,7 +13,7 @@ spec:
13
args:
14
- -c
15
- |
16
- set -euo pipefail
+ set -eu
17
apt-get update && apt-get install -y git
18
mkdir -p /app && cd /app
19
git clone https://github.com/david-thrower/cerebros-core-algorithm-alpha.git .
k8s-train-job.yaml
0 commit comments