project-codeflare / codeflare

Simplifying the definition and execution, scaling and deployment of pipelines on the cloud.
https://codeflare.dev
Apache License 2.0
222 stars 36 forks source link

Grid search jupyter notebook on binder missing graphviz library #9

Closed asm582 closed 3 years ago

asm582 commented 3 years ago

Graph viz missing from binder service

To Reproduce Steps to reproduce the behavior:

  1. Go to binder service 2.Run Grid search notebook

Additional context

Below error caused by execution of cell:

non_param_graph = cf_utils.pipeline_to_graph(pipeline)
non_param_graph

ExecutableNotFound: failed to execute ['dot', '-Kdot', '-Tsvg'], make sure the Graphviz executables are on your systems' PATH

raghukiran1224 commented 3 years ago

@asm582 Graphviz needs a local installation of graphviz, we cannot visualize otherwise. Perhaps, we should not visualize this in the notebook?

raghukiran1224 commented 3 years ago

wont fix as binder env is too small and we cannot have graphviz installed there