Files
concrete/docker/Dockerfile.concrete-python
2024-06-24 14:34:42 +02:00

9 lines
297 B
Docker

FROM python:3.10-slim
ARG version
# provide the `ld` binary required by the compiler
RUN apt update && apt install -y binutils graphviz
RUN pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu --extra-index-url https://pypi.zama.ai/cpu/ concrete-python==${version}