diff --git a/docker/Dockerfile.concrete-python b/docker/Dockerfile.concrete-python index 6de7f31b6..42891527c 100644 --- a/docker/Dockerfile.concrete-python +++ b/docker/Dockerfile.concrete-python @@ -2,4 +2,7 @@ FROM python:3.10-slim ARG version +# provide the `ld` binary required by the compiler +RUN apt update && apt install -y binutils + RUN pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu concrete-python==${version}