mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: remove pygraphviz during release
This commit is contained in:
@@ -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 && \
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user