Files
concrete/docker/Dockerfile.concretefhe-env
2021-09-09 13:37:45 +02:00

15 lines
404 B
Docker

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