Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 4a04b1e

Browse files
committed
mention Graphviz dependency #14
1 parent 95ea30f commit 4a04b1e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ ENV LANGUAGE en_US.UTF-8
44
ENV LC_ALL en_US.UTF-8
55
ENV LANG en_US.UTF-8
66

7-
87
COPY requirements.txt requirements.txt
98
RUN python3 -m pip install -U pip
109
RUN python3 -m pip install -r requirements.txt
10+
RUN apt install graphviz
1111

1212
ENV WORKDIR /ray_tutorial
1313
WORKDIR ${WORKDIR}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Note: if you run into any problems on Python 3.8 with "wheels"
5353
during a `pip` installation, you may need to use the `conda`
5454
approach instead.
5555

56+
For some of the visualizations in `pi.ipynb` you also need to
57+
[install graphviz](https://graphviz.org/download/#executable-packages)
58+
59+
5660
Then launch the [JupyterLab](https://jupyterlab.readthedocs.io/)
5761
environment to run examples in this repo:
5862
```bash

0 commit comments

Comments
 (0)