mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: remove pygraphviz
This commit is contained in:
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get upgrade --no-install-recommends -y && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
python3 -m pip install --no-cache-dir --upgrade pip wheel setuptools && \
|
||||
echo "export MPLBACKEND=TkAgg" >> /root/.bashrc && \
|
||||
python3 -m pip install --no-cache-dir "$(ls ./*.whl)[full]" && \
|
||||
python3 -m pip install --no-cache-dir "$(ls ./*.whl)" && \
|
||||
python3 -m pip install --no-cache-dir -r release_requirements.txt
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user