We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a116c commit cb9337eCopy full SHA for cb9337e
1 file changed
.deployment/dev-entrypoint.sh
@@ -8,7 +8,9 @@ conda install tensorflow==1.14 -y
8
wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O jq && chmod +x jq
9
10
< config/components.json ./jq '.Compute.backends=(.Compute.backends | map(select(. != "local")))' \
11
-> config/components2.json && mv config/components2.json config/components.json
+> config/components2.json
12
+< config/components2.json ./jq '.Storage.backends=(.Storage.backends | map(select(. != "gme")))' \
13
+> config/components.json
14
15
deepforge start --server
16
0 commit comments