mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-26 19:41:12 +02:00
Change computational env to include graphviz for workflow visualization
This commit is contained in:
@ -39,6 +39,7 @@ RUN conda run -n $ENV_NAME pip install -r /acsmdc/requirements.txt
|
|||||||
VOLUME ["/acsmdc/data", "/acsmdc/figures", "/acsmdc/pipelines/params"]
|
VOLUME ["/acsmdc/data", "/acsmdc/figures", "/acsmdc/pipelines/params"]
|
||||||
|
|
||||||
# Add JupyterLab
|
# Add JupyterLab
|
||||||
|
RUN pip install graphviz
|
||||||
RUN pip install --no-cache-dir jupyterlab
|
RUN pip install --no-cache-dir jupyterlab
|
||||||
#RUN pip install pipx
|
#RUN pip install pipx
|
||||||
#RUN pipx install renku
|
#RUN pipx install renku
|
||||||
|
@ -32,6 +32,7 @@ fi
|
|||||||
echo "Installing additional pip packages..."
|
echo "Installing additional pip packages..."
|
||||||
pip install pybis==1.35 igor2 ipykernel sphinx
|
pip install pybis==1.35 igor2 ipykernel sphinx
|
||||||
pip install dash dash-bootstrap-components
|
pip install dash dash-bootstrap-components
|
||||||
|
pip install graphviz
|
||||||
|
|
||||||
# Check if pip installations were successful
|
# Check if pip installations were successful
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
Reference in New Issue
Block a user