mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
chore: fix release docker
This commit is contained in:
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get upgrade --no-install-recommends -y && \
|
||||
python3.8 \
|
||||
python3.8-dev \
|
||||
python3.8-tk \
|
||||
python-is-python3 \
|
||||
python-is-python3 && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
python3 -m pip install --no-cache-dir --upgrade pip wheel setuptools && \
|
||||
echo "export MPLBACKEND=TkAgg" >> /root/.bashrc && \
|
||||
|
||||
Reference in New Issue
Block a user