Files
concrete/docker/Dockerfile.hdk-env
Arthur Meyre 135805a1b9 tools: make matplotlib work inside the dev docker
- use special DNS from docker
- install tkinter
- use proper matplotlib backend
- add instructions to install xserver in docs/dev/GETTING-STARTED.md
2021-08-31 14:57:20 +02:00

12 lines
286 B
Docker

FROM ghcr.io/zama-ai/zamalang-compiler
RUN apt-get install --no-install-recommends -y \
python3.8 \
python3.8-tk \
python3.8-venv \
python-is-python3 \
git \
graphviz* && \
pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir poetry