Skip to content

Commit 744ac47

Browse files
Install plotly to sciserver compute image. Fixes #1826 (#1828)
* Install plotly to sciserver compute image. Fixes #1826 * Update src/common/compute/backends/sciserver-compute/files/prepare-and-run.sh Co-authored-by: Umesh Timalsina <umesh.timalsina@vanderbilt.edu> Co-authored-by: Umesh Timalsina <umesh.timalsina@vanderbilt.edu>
1 parent a258d27 commit 744ac47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/common/compute/backends/sciserver-compute/files/prepare-and-run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ JOB_DIR=$1
33

44
source activate deepforge;
55
cd $JOB_DIR;
6+
conda run -n deepforge pip install plotly
67
CMD=$(conda run -n deepforge node -e 'console.log(require("./executor_config.json").cmd)')
78
ARGS=$(conda run -n deepforge node -e 'console.log(require("./executor_config.json").args.join(" "))')
89
conda run -n deepforge $CMD $ARGS

0 commit comments

Comments
 (0)