Files
concrete/docker/Dockerfile.concretefhe-env
2021-09-07 10:05:28 +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