Skip to content

Commit

Permalink
add python graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-yatsenko committed Sep 3, 2024
1 parent 33c1f8d commit 6d959c7
Show file tree
Hide file tree
Showing 35 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86

# Install additional tools or packages as needed in the base environment
RUN conda init bash && \
conda install -n base -c conda-forge python=3.10 jupyterlab numpy pandas 'nodejs>20,<21' pip -y && \
conda install -n base -c conda-forge python=3.10 python-graphviz jupyterlab numpy pandas 'nodejs>20,<21' pip -y && \
pip install mystmd && \
pip install jupyterlab_myst && \
pip install datajoint && \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6d959c7

Please sign in to comment.