Skip to content

Commit bf70d52

Browse files
authored
Merge pull request #3 from elopezaguilera/master
graphviz issue solved
2 parents 7d9f6e6 + ee8531e commit bf70d52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN . /opt/conda/etc/profile.d/conda.sh \
5555
&& conda activate kx \
5656
&& conda install --file /opt/kx/nlp/requirements.txt \
5757
&& pip install -r /opt/kx/mlnotebooks/requirements.txt \
58+
&& conda install -c anaconda graphviz \
5859
&& conda clean -y --all \
5960
&& python -m spacy download en
6061

0 commit comments

Comments
 (0)