Skip to content
Snippets Groups Projects
Commit 1dd9bd5e authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-590: mount more paths in docker image so we can access the prefactor result plots

parent 63b5039f
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ if __name__ == '__main__': ...@@ -51,7 +51,7 @@ if __name__ == '__main__':
cmd = ['python', '/opt/adder/cluster/webservice.py'] cmd = ['python', '/opt/adder/cluster/webservice.py']
cmd = wrap_command_for_docker(cmd, 'adder_clustering', 'latest', ['/data/qa']) cmd = wrap_command_for_docker(cmd, 'adder_clustering', 'latest', ['/data/qa', '/data/share', '/data/scratch', '/data/parsets'])
cmd = wrap_command_in_cep4_head_node_ssh_call(cmd) cmd = wrap_command_in_cep4_head_node_ssh_call(cmd)
logger.info('starting webservice on cep4 head node: %s', ' '.join(cmd)) logger.info('starting webservice on cep4 head node: %s', ' '.join(cmd))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment