Change computational env to include graphviz for workflow visualization

This commit is contained in:
2025-06-07 20:02:41 +02:00
parent 457a2ae016
commit fda5099221
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ RUN conda run -n $ENV_NAME pip install -r /acsmdc/requirements.txt
VOLUME ["/acsmdc/data", "/acsmdc/figures", "/acsmdc/pipelines/params"]
# Add JupyterLab
RUN pip install graphviz
RUN pip install --no-cache-dir jupyterlab
#RUN pip install pipx
#RUN pipx install renku