chore: remove pygraphviz during release

This commit is contained in:
Umut
2022-08-29 16:47:57 +02:00
parent 847aaae0ab
commit cb389a5344
2 changed files with 0 additions and 6 deletions

View File

@@ -16,7 +16,6 @@ RUN apt-get update && apt-get upgrade --no-install-recommends -y && \
python3.8-dev \
python3.8-tk \
python-is-python3 \
graphviz* && \
rm -rf /var/lib/apt/lists/* && \
python3 -m pip install --no-cache-dir --upgrade pip wheel setuptools && \
echo "export MPLBACKEND=TkAgg" >> /root/.bashrc && \

View File

@@ -1,10 +1,5 @@
import random
# Check that extras are installed in the docker image
import pygraphviz
print("Extras import check OK")
import concrete.numpy as cnp