We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d9f6e6 + ee8531e commit bf70d52Copy full SHA for bf70d52
docker/Dockerfile
@@ -55,6 +55,7 @@ RUN . /opt/conda/etc/profile.d/conda.sh \
55
&& conda activate kx \
56
&& conda install --file /opt/kx/nlp/requirements.txt \
57
&& pip install -r /opt/kx/mlnotebooks/requirements.txt \
58
+ && conda install -c anaconda graphviz \
59
&& conda clean -y --all \
60
&& python -m spacy download en
61
0 commit comments