Skip to content

Commit

Permalink
Disable GME storage on deployment. Closes #1618 (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Apr 9, 2020
1 parent b4a116c commit cb9337e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .deployment/dev-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ conda install tensorflow==1.14 -y
wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O jq && chmod +x jq

< config/components.json ./jq '.Compute.backends=(.Compute.backends | map(select(. != "local")))' \
> config/components2.json && mv config/components2.json config/components.json
> config/components2.json
< config/components2.json ./jq '.Storage.backends=(.Storage.backends | map(select(. != "gme")))' \
> config/components.json

deepforge start --server

0 comments on commit cb9337e

Please sign in to comment.