mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-08 20:38:06 -05:00
fix(compiler/frontend): provide ld in the docker image
the concrete-python docker image didn't have the `ld` binary, which is required during compilation
This commit is contained in:
committed by
Ayoub Benaissa
parent
a689dba8d7
commit
91b4fcc208
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user