Skip to content

Commit

Permalink
Update sciserver image with plotly. Closes #1855 (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Aug 17, 2020
1 parent 1781912 commit 0fc913b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ RESULTS_DIR=$(pwd)
JOB_DIR=$1

source activate deepforge;
export NODE_PATH=/home/idies/miniconda3/envs/deepforge/lib/node_modules:$NODE_PATH
cd $JOB_DIR;
conda run -n deepforge pip install plotly
CMD=$(conda run -n deepforge node -e 'console.log(require("./executor_config.json").cmd)')
ARGS=$(conda run -n deepforge node -e 'console.log(require("./executor_config.json").args.join(" "))')
conda run -n deepforge $CMD $ARGS
Expand Down

0 comments on commit 0fc913b

Please sign in to comment.