chore(ci): install CP from Zama PyPI

This commit is contained in:
Ayoub Benaissa
2024-05-15 15:53:56 +01:00
committed by Ayoub Benaissa
parent 5ae89afee5
commit 19afbd9aff

View File

@@ -5,4 +5,4 @@ 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 concrete-python==${version}
RUN pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu --extra-index-url https://pypi.zama.ai concrete-python==${version}